PagePorter Class Library

ProjectGlobals.IsPagePorterProject Method (Project, Boolean)

Returns true if the specified project is a PagePorter project.

[Visual Basic]
Overloads Public Shared Function IsPagePorterProject( _
   ByVal project As Project, _
   ByVal checkAccessMethod As Boolean _
) As Boolean
[C#]
public static bool IsPagePorterProject(
   Project project,
   bool checkAccessMethod
);

Parameters

project
The project to test.
checkAccessMethod
Set to true to ensure the Web Access Method is File Share before returning true.

Return Value

Returns true if the specified project is a PagePorter project.

See Also

ProjectGlobals Class | Parastream.PagePorter Namespace | ProjectGlobals.IsPagePorterProject Overload List