PagePorter Class Library

MsTheme.GetValue Method (String, String, String)

Returns a specified theme value, or default value.

[Visual Basic]
Overloads Public Function GetValue( _
   ByVal selector As String, _
   ByVal property As String, _
   ByVal defaultValue As String _
) As String
[C#]
public string GetValue(
   string selector,
   string property,
   string defaultValue
);

Parameters

selector
The selector name for the value.
property
The property name for the value.
defaultValue
The default value if the specified theme value was not found.

Return Value

The specified theme value, or defaultValue if the value was not found.

See Also

MsTheme Class | Parastream.Web.MsFrontPage Namespace | MsTheme.GetValue Overload List