Click or drag to resize
ContentUrlRetriever Class
Class for generation content URLs
Inheritance Hierarchy
SystemObject
  CMS.UIControlsContentUrlRetriever

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public class ContentUrlRetriever

The ContentUrlRetriever type exposes the following members.

Constructors
  NameDescription
Public methodContentUrlRetriever
Constructor
Top
Fields
  NameDescription
Public fieldStatic memberCALLBACK_SEPARATOR
Separator for callback result
Top
Properties
  NameDescription
Protected propertyGetDocumentPageUrl
Function to retrieve the document page URL
Top
Methods
  NameDescription
Public methodGetRequestedUrl(UIPageURLSettings)
Gets URL based on settings. If IncludeLiveSiteURL is set, also absolute URL of selected node will be included in result.
Protected methodGetRequestedUrl(String, Boolean)
Gets requested URL for UI page
Protected methodGetRequestedUrlInternal
Gets URL based on settings. If IncludeLiveSiteURL is set, also absolute URL of selected node will be included in result.
Protected methodOnPreInit
PreInit event handler
Protected methodResolveModeAndAction
Gets correct action based on given display mode.
Top
See Also