Click or drag to resize
LogObjectChangeSettings Properties

The LogObjectChangeSettings type exposes the following members.

Properties
  NameDescription
Public propertyCreateVersion
Indicates if the version should be created. Default true.
Public propertyDataChanged
If true, the data of the object involved has changed. Default true.
Public propertyInfoObj
Info object.
Public propertyIsTouchParent
Indicates if the log request originates from touching the parent object. Default false.
Public propertyLogExportTask
Indicates id the export task should be logged. Default true.
Public propertyLogIntegration
Indicates if the integration task should be logged. By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyLogIntegrationSimpleTasks
Indicates if the simple integration task should be logged. Default true.
Public propertyLogStaging
Indicates if the staging task should be logged. By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyRunAsynchronously
Indicates if task logging should be executed asynchronously (in separate thread). By default true.
(Inherited from AbstractSynchronizationSettings.)
Public propertyServerID
ID of staging server (Or SynchronizationInfoProvider.ENABLED_SERVERS for all enabled servers)
(Overrides AbstractSynchronizationSettingsServerID.)
Public propertySiteID
Site ID of the servers.
Public propertyTaskGroups
Staging task groups to which the staging task belongs.
(Inherited from AbstractSynchronizationSettings.)
Public propertyTaskType
Type of the task.
(Inherited from AbstractSynchronizationSettings.)
Public propertyUser
IUserInfo that will be logged with staging task. If equals to null, no user will be logged with staging task.
(Inherited from AbstractSynchronizationSettings.)
Public propertyWorkerCall
Indicates if in context of worker call (asynchronous task logging).
(Inherited from AbstractSynchronizationSettings.)
Top
See Also