PagePorter Class Library

ProjectDirectory.IsInsideWeb Method 

Returns true if the specified filename is in the project.

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

Parameters

filename
The filename to test.

Return Value

Returns true if the specified filename is in the project.

See Also

ProjectDirectory Class | Parastream.PagePorter Namespace