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. Default true.
Public propertyLogIntegrationSimpleTasks
Indicates if the simple integration task should be logged. Default true.
Public propertyLogStaging
Indicates if the staging task should be logged. Default true.
Public propertyRunAsynchronously
Indicates if task logging should be executed asynchronously (in separate thread). Default true.
Public propertyServerID
ID of staging server (Or SynchronizationInfoProvider.ENABLED_SERVERS for all enabled servers)
Public propertySiteID
Site ID of the servers.
Public propertyTaskType
Type of the task.
Public propertyWorkerCall
Indicates if in context of worker call (asynchronous task logging). Default false.
Top
See Also