PagePorter Class Library

Global.GetWebMetadata Method 

Creates a WebMetadata object for the specified project.

[Visual Basic]
Public Shared Function GetWebMetadata( _
   ByVal project As Project _
) As WebMetadata
[C#]
public static WebMetadata GetWebMetadata(
   Project project
);

Parameters

project
The project.

Return Value

Returns the WebMetadata object for the specified project.

See Also

Global Class | Parastream.PagePorter Namespace