Ektron.Cms.Framework.Settings.CustomPropertyManager

Custom property 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.
CustomPropertyManagerService returns an instance of the business objects CustomPropertyManager 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
CustomPropertyManager constructor
CustomPropertyManager(ApiAccessMode) constructor
Add(UserCustomPropertyData) Adds a new UserCustomProperty, with details from the supplied UserCustomPropertyData object.
Update(UserCustomPropertyData) Updates a UserCustomProperty, with details from the supplied UserCustomPropertyData object.
Delete(Int64) Deletes an existing UserCustomProperty.
GetItem(Int64) Returns details of a UserCustomProperty.
GetList(CustomPropertyCriteria) Returns a list of UserCustomProperties that fit the supplied criteria.