DocumentURLProviderGetAbsoluteUrlForCulture Method |
Gets absolute URL of given page in the given culture.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public static string GetAbsoluteUrlForCulture(
TreeNode page,
string cultureCode
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to return the URL for. - cultureCode
- Type: SystemString
Culture code.
Return Value
Type:
StringSee Also