Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IFolderManager Methods

The methods of the IFolderManager interface are listed below. For a complete list of IFolderManager interface members, see the IFolderManager Members topic.

Public Instance Methods

CopyFolder Copies all the objects of the source folder to the destination folder recursively, including any content items, Data Entry Templates, Presentation Templates, selection lists, subfolders and all objects in each subfolder.
CreateFolder Creates a new IFolder instance.
GetFolder Returns an IFolder by its UUID.
GetFolderByPath Returns an IFolder by its path.
GetRootFolder Returns the Publisher root folder.
GetSubfolders Returns the immediate subfolders contained in the specified folder.
MoveFolder Moves all the objects of the source folder into the specified destination parent folder, including any content items, Data Entry Templates, Presentation Templates, selection lists, subfolders and all objects in each subfolder.
RemoveFolder Deletes the folder.

See Also

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