Click or drag to resize
DocumentURLProviderGetNavigationUrl Method
Returns resolved (absolute) URL of a page represented by data container. Method reflects page navigation settings.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
public static string GetNavigationUrl(
	ISimpleDataContainer container,
	MacroResolver resolver
)

Parameters

container
Type: CMS.BaseISimpleDataContainer
Data container that represents a node (page)
resolver
Type: CMS.MacroEngineMacroResolver
Macro resolver to resolve macros in document properties

Return Value

Type: String
See Also