SyncManagerProcessChangePageUrlPathSlug Method |
Process change URL slug of page.
Namespace: CMS.SynchronizationAssembly: CMS.SynchronizationEngine (in CMS.SynchronizationEngine.dll) Version: 13.0.131
Syntax 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