Click or drag to resize
SyncManagerProcessChangePageUrlPathSlug Method
Process change URL slug of page.

Namespace: CMS.Synchronization
Assembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax
C#
protected virtual void ProcessChangePageUrlPathSlug(
	DataSet data,
	TaskTypeEnum taskType,
	string safeClassName
)

Parameters

data
Type: System.DataDataSet
Document data
taskType
Type: CMS.DataEngineTaskTypeEnum
Task type information
safeClassName
Type: SystemString
Class name of document in safe format
See Also