Click or drag to resize
PageUrlPathSlugUpdater Constructor
Initializes an instance of PageUrlPathSlugUpdater class.

Namespace: CMS.DocumentEngine.Routing.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
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