PagePorter Class Library

MsTheme.GetValues Method 

Returns a Hashtable containing all of the theme values for a specified selector.

[Visual Basic]
Public Function GetValues( _
   ByVal selector As String _
) As Hashtable
[C#]
public Hashtable GetValues(
   string selector
);

Parameters

selector
The selector name.

Return Value

Returns a Hashtable containing all of the theme values for a specified selector.

See Also

MsTheme Class | Parastream.Web.MsFrontPage Namespace