PagePorter Class Library

FileMetadata.GetVtiCnfFilename Method 

Returns the pathname of a specified file's CNF file.

[Visual Basic]
Public Shared Function GetVtiCnfFilename( _
   ByVal filename As String _
) As String
[C#]
public static string GetVtiCnfFilename(
   string filename
);

Parameters

filename
The filename of the file whose CNF file we wish to access.

Return Value

Returns the pathname of a specified file's CNF file.

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace