(Version 8.5.0.356)
Framework API
Framework UI
OnTrek
Ektron Framework API
Ektron.Cms.Framework.Activity
ActivityCommentManager
ActivityManager
ActivityStreamManager
ActivityTypeManager
Ektron.Cms.Framework.Calendar
WebCalendarManager
WebEventManager
Ektron.Cms.Framework.Community
CommunityGroupManager
FavoriteTaxonomyManager
FavoriteManager
FlagManager
FriendsTaxonomyManager
FriendsManager
MessageBoardManager
MicromessageManager
PrivateMessageManager
TagManager
Ektron.Cms.Framework.Content
AssetManager
ContentManager
ContentRatingManager
LibraryManager
MetadataTypeManager
TemplateManager
Ektron.Cms.Framework.Notifications
NotificationManager
Ektron.Cms.Framework.Organization
CollectionManager
FolderManager
MenuManager
TaxonomyItemManager
TaxonomyManager
Ektron.Cms.Framework.Search
SearchSettingsManager
SearchManager
Ektron.Cms.Framework.Settings
CmsMessageManager
CmsMessageTypeManager
CustomPropertyManager
PermissionManager
SmartFormConfigurationManager
TaskCategoryManager
TaskManager
TaxonomyCustomPropertyManager
Settings.Notifications
NotificationAgentSettingManager
NotificationPreferenceManager
NotificationPublishPreferenceManager
UserNotificationSettingManager
Settings.UrlAliasing
AutoAliasManager
CommonAliasManager
CommunityAliasManager
ManualAliasManager
RegExAliasManager
Ektron.Cms.Framework.User
UserGroupManager
UserManager
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.