Ektron.Cms.Framework.Community.FlagManager

Flag Manager

Properties
ApiMode Gets or sets the current API access mode. If set to Admin, the API runs with the permissions of an administrator.
ContentLanguage Gets or sets the current content language.
FlagManagerService returns an instance of the business objects FlagManager service.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
FlagManager constructor
FlagManager(ApiAccessMode) constructor
Add(ObjectFlagData) Adds new flag to content
Update(ObjectFlagData) Update flag type on content
Delete(Int64) Delete flag type from content
GetItem(Int64) Get the content item flag information from content item
GetList(FlagCriteria) Returns a list of flag items that fit the supplied criteria.