Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IFolder.Store Method 

Stores the folder.

void Store();

Remarks

Modifications to the folder will not be permanently stored until this method is called. This method can be used to persist a newly created folder or to persist a modification to an existing folder such as setting a new folder name.

The security level of a newly-created, persisted folder will inherit the security of its parent folder by default.

Exceptions

Exception TypeCondition
ContentSecurityException The user does not have permission to create a folder in the parent folder.
NameAlreadyInUseException There is already a folder in the parent folder with the same name.
ContentException The folder is associated with an invalid portlet ID, or if method call resulted in a Content Server exception.
SoapException There was a communication problem during the execution of the remote method call.
InvalidOperationException The folder has been removed, or if its parent folder has been deleted or has not been stored, or or there was an attempt to associate the folder with a portlet ID that was already associated with another folder.

See Also

IFolder Interface | Plumtree.Remote.PRC.Content.Folder Namespace