Ektron.Cms.Framework.Settings.UrlAliasing.CommunityAliasManager

Community 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.
CommunityAliasManagerService returns an instance of the business objects CommunityAliasManager service.
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.
RequestInformation Gets the current Request Information.
SitePath Gets the site path.
UserId Gets or sets the currently logged in user ID.
Method Description
CommunityAliasManager constructor
CommunityAliasManager(ApiAccessMode) constructor
Add(UrlAliasCommunityData) Adds a new UrlAliasCommunity, with details from the supplied UrlAliasCommunityData object.
Update(UrlAliasCommunityData) Updates a UrlAliasCommunity, with details from the supplied UrlAliasCommunityData object.
Delete(Int64) Deletes an existing UrlAliasCommunity.
GetItem(Int64) Returns details of a UrlAliasCommunity.
GetList(CommunityAliasCriteria) Returns a list of UrlAliasCommunity that fit the supplied criteria.
GetCommunityGroupAlias(Int64) Returns the CommunityGroupAlias
GetUserAlias(Int64) Returns the UserAlias