deDesign..::..hasFolderName Method
Determines whether [has folder name] [the specified s folder name].
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool hasFolderName( string sFolderName, string sParentFolderID, folderType sFolderType, string sFolderID )
Public Function hasFolderName ( _ sFolderName As String, _ sParentFolderID As String, _ sFolderType As folderType, _ sFolderID As String _ ) As Boolean
public: bool^ hasFolderName( String^ sFolderName, String^ sParentFolderID, folderType^ sFolderType, String^ sFolderID )
Parameters
- sFolderName
- Type: String
Name of the s folder.
- sParentFolderID
- Type: String
The s parent folder identifier.
- sFolderType
- Type: FlowWright.cDevDeAPI..::..folderType
Type of the s folder.
- sFolderID
- Type: String
The s folder identifier.