PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the specified webPath is a directory.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public bool IsDirectory(
	string webPath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsDirectory ( _
	webPath As  _
) As 

Parameters

webPath
String
The relative path.

Return Value

true if the realtive path is a directory, false if it's a file or doesn't exist.

See Also

Advanced