Click or drag to resize
AdministrationUrlHelper Class
UI helper methods.
Inheritance Hierarchy
SystemObject
  CMS.HelpersAdministrationUrlHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class AdministrationUrlHelper

The AdministrationUrlHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberACCESSDENIED_PAGE
General access denied page
Public fieldStatic memberADMIN_ACCESSDENIED_PAGE
Access denied page for administration
Public fieldStatic memberDEFAULT_ADMINISTRATION_PATH
Administration UI path
Public fieldStatic memberERROR_PAGE
General error page
Top
Methods
  NameDescription
Public methodStatic memberGetAccessDeniedUrl(String)
Gets URL for the access denied page which displays specified localized string.
Public methodStatic memberGetAccessDeniedUrl(String, String, String, String, String)
Gets the URL to Access denied page
Public methodStatic memberGetAccessDeniedUrlWithMessage
Gets URL for the access denied page which displays specified message.
Public methodStatic memberGetAdministrationPath
Gets administration path - custom, or default (if custom not set).
Public methodStatic memberGetAdministrationUrl
Get administration Url (starts with ~/) - custom, or default (if custom not set)
Public methodStatic memberGetCustomAdministrationPath
Gets custom administration path, or empty string if not set.
Public methodStatic memberGetDocumentTypeIconPath
Returns path to the icon image for the specified document type.
Public methodStatic memberGetErrorPageUrl
Gets URL for the error page which displays specified message.
Public methodStatic memberGetImagePath
Gets UI image path for given theme.
Public methodStatic memberGetImageUrl
Gets UI image path.
Public methodStatic memberGetInformationUrl
Gets URL for the info page which displays specified message.
Public methodStatic memberResolveImageUrl
Resolves the path to an image
Top
See Also