Inserts a new document folder into the given document folder.
null
. CreateNewDocumentFolder
. Cannot be null
. IDocumentFolder
object, and will instead use the same security as the parent folder. A persisted IDocumentFolder. Note: the returned object will be a newly instantiated object and will not be equal to the folder
parameter.
This method will need to be called to persist any newly created document folder. The returned IDocumentFolder
is the persisted document folder.
Exception Type | Condition |
---|---|
PermissionDeniedException | The user does not have permission to insert a document folder into the given parent folder. |
NameAlreadyInUseException | There is already a document or document folder existed in the parent folder with the same name. |
CollaborationException | The method call resulted in an error. |
SoapException | There is a communication problem during the execution of the remote method call. |
InvalidOperationException | The parent folder has not yet been inserted, has already been removed, or the new folder is not new. |
IDocumentManager Interface | Plumtree.Remote.PRC.Collaboration.Document Namespace