Click or drag to resize
SynchronizationInfoDeleteEmptyParentTask Method
Sets a value that indicates, whether orphaned parent task is to be deleted upon deleting this info. The parent task is always kept when there are other synchronization records. The default value is true.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax
C#
public void DeleteEmptyParentTask(
	bool deleteEmptyParentTask
)

Parameters

deleteEmptyParentTask
Type: SystemBoolean
Specify true if parent task with no synchronization records left is to be deleted as well.
See Also