Click or drag to resize
DocumentURLProviderGetUrlForCulture Method
Gets relative URL for the given page in the given culture.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
public static string GetUrlForCulture(
	TreeNode page,
	string cultureCode
)

Parameters

page
Type: CMS.DocumentEngineTreeNode
Page to return the URL for.
cultureCode
Type: SystemString
Culture code.

Return Value

Type: String
See Also