| AdministrationUrlHelper Class |
Namespace: CMS.Helpers
public static class AdministrationUrlHelper
The AdministrationUrlHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| ACCESSDENIED_PAGE |
General access denied page
| |
| ADMIN_ACCESSDENIED_PAGE |
Access denied page for administration
| |
| DEFAULT_ADMINISTRATION_PATH |
Administration UI path
| |
| ERROR_PAGE |
General error page
|
| Name | Description | |
|---|---|---|
| GetAccessDeniedUrl(String) |
Gets URL for the access denied page which displays specified localized string.
| |
| GetAccessDeniedUrl(String, String, String, String, String) |
Gets the URL to Access denied page
| |
| GetAccessDeniedUrlWithMessage |
Gets URL for the access denied page which displays specified message.
| |
| GetAdministrationPath |
Gets administration path - custom, or default (if custom not set).
| |
| GetAdministrationUrl |
Get administration Url (starts with ~/) - custom, or default (if custom not set)
| |
| GetCustomAdministrationPath |
Gets custom administration path, or empty string if not set.
| |
| GetDocumentTypeIconPath |
Returns path to the icon image for the specified document type.
| |
| GetErrorPageUrl |
Gets URL for the error page which displays specified message.
| |
| GetImagePath |
Gets UI image path for given theme.
| |
| GetImageUrl |
Gets UI image path.
| |
| GetInformationUrl |
Gets URL for the info page which displays specified message.
| |
| ResolveImageUrl |
Resolves the path to an image
|