PageUrlPathSlugUpdater Constructor |
Namespace: CMS.DocumentEngine.Routing.InternalAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public PageUrlPathSlugUpdater(
TreeNode page,
string cultureCode = null
)
Parameters
- page
- Type: CMS.DocumentEngineTreeNode
Page to update the page URL slug for. - cultureCode (Optional)
- Type: SystemString
Culture code for which the slug should be updated. If not provided culture from page is used.
See Also