Click or drag to resize
SynchronizationActionContextLogUserWithTask Property
Sets the value that indicates whether user should be logged within the task creation.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public bool LogUserWithTask { set; }

Property Value

Type: Boolean
Remarks
By default tasks are logged with and information about user. If disabled, task are not logged with information about user.
See Also