PagePorter Class Library

MsTheme.GetStyles Method 

Reads the styles from the .css file off of the specified project root directory.

[Visual Basic]
Public Function GetStyles( _
   ByVal rootDirectory As String _
) As Boolean
[C#]
public bool GetStyles(
   string rootDirectory
);

Parameters

rootDirectory
The path to the project root.

Return Value

true if successful; false otherwise.

See Also

MsTheme Class | Parastream.Web.MsFrontPage Namespace