Ektron.Cms.Framework.Organization.FolderManager

FolderManager Framework class

Properties
FolderService Gets instance to IFolder.
Method Description
FolderManager Constructor
FolderManager(ApiAccessMode)
Add(FolderData) Adds a new folder based on information in an FolderData object. message.Id will be populated with the newly created ID.
Update(FolderData) Updates an existing folder in the CMS.
Delete(Int64) Deletes a folder in the CMS.
AssignMetadata(Int64,Int64,Boolean) Assign a metadataType to a Folder
UnassignMetadata(Int64,Int64) Unassign a metadataType to a Folder
AllowTaxonomy(Int64,List<Int64>) Allows these taxonomies to be assigned to content items in the supplied folder.
UnallowTaxonomy(Int64,Int64) Disallows the supplied taxonomy to be used on content in the folder.
LinkTaxonomy(Int64,Int64) Links the supplied taxonomy to supplied folder. All content in the folder will be automatically assigned to the given taxonomy.
GetAssignedTaxonomy(Int64) Retrieves a list of Taxonomy data assigned to a given folder
GetItem(Int64,Boolean,Boolean) Retrieves a single FolderData object from the CMS.
GetList(FolderCriteria) Retrieves a list of FolderData objects based upon the supplied criteria.