PageTemplateWebServiceUrlProviderGetTemplatesEndpointUrl Method |
Gets URL of an endpoint which provides definition of allowed page templates for the given parent node.
Namespace: CMS.DocumentEngine.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public string GetTemplatesEndpointUrl(
TreeNode parentNode,
string pageType,
string culture
)
Parameters
- parentNode
- Type: CMS.DocumentEngineTreeNode
The parent node for which the endpoint retrieves filtered page templates. - pageType
- Type: SystemString
The page type for which the endpoint retrieves filtered page templates. - culture
- Type: SystemString
The culture for which the endpoint retrieves filtered page templates.
Return Value
Type:
StringA string representation of the endpoint URL
Exceptions See Also