Creates a folder in the document repository.
CreateFolderEx also creates a folder, and provides additional options for flagging the folder as private or public, overwriting existing folders, and specifying the folder’s content type. |
<HFMwManageDocuments>.CreateFolder bstrPath, bstrName, bstrDescription, bstrSecurityClass
The path of the document repository folder in which to create the new folder. Precede the new folder name with a backslash ( \ ). To create the new folder in the root folder, pass an empty string. | |
The following example creates a folder named Joe in the Sales folder.