'Declaration
Public Overloads Shared Function Exists( _ ByVal folderID As System.Integer _ ) As System.Boolean
'Usage
Dim folderID As System.Integer Dim value As System.Boolean value = Folder.Exists(folderID)
public static System.bool Exists( System.int folderID )
Parameters
- folderID
- Folder ID.
Return Value
True if the Folder exists.