PagePorter Class Library

Global.GetFileSharePath Method 

Returns the file share path of a project.

[Visual Basic]
Public Shared Function GetFileSharePath( _
   ByVal project As Project _
) As String
[C#]
public static string GetFileSharePath(
   Project project
);

Parameters

project
The project.

Return Value

The file share path. (i.e. "c:\inetpub\wwwroot\...")

See Also

Global Class | Parastream.PagePorter Namespace