Ektron.Cms.Framework.Settings.UrlAliasing.RegExAliasManager

RegEx Alias Manager class

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.
InPreviewMode Gets or sets the current Preview Mode. Returns true if the site is in site preview mode.
RegExAliasManagerService Returns an instance of the business objects manager service.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
RegExAliasManager Manager constructor
RegExAliasManager(ApiAccessMode) Manager constructor
Add(UrlAliasRegExData) Adds a new item based on information in an UrlAliasRegExData object message. Id will be populated with the newly created ID.
Update(UrlAliasRegExData) Updates an existing item in the CMS.
Delete(Int64) Deletes a item in the CMS.
GetItem(Int64) Retrieves a single UrlAliasRegExData object from the CMS.
GetList(RegExAliasCriteria) Retrieves a list of UrlAliasRegExData objects based upon the supplied criteria.
GetTarget(String,String) Retrieve the Target.
ClearCache Clear the cache.