Discuss this help topic in SecureBlackbox Forum
Creates new object in the storage.
Declaration
Parameters
- AParent - the folder in which the new object should be created.
- AName - new object's name.
- ADescription - new object's description.
- AMimeType - the MIME type of the new file (folder).
- AHidden - specifies if the new object is hidden.
- ARestricted - specifies whether viewers are prevented from downloading the object.
- AStarred - specifies if the new object is starred.
- Handler - the security handler which performs the operation.
Return value
Returns a reference to the newly created object.
Description
Use this method to create new file or folder in the storage.
Discuss this help topic in SecureBlackbox Forum