Click or drag to resize
LogObjectChangeSettings Class
Class for log object change.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineLogObjectChangeSettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class LogObjectChangeSettings

The LogObjectChangeSettings type exposes the following members.

Constructors
  NameDescription
Public methodLogObjectChangeSettings
Constructor
Top
Fields
  NameDescription
Public fieldStatic memberENABLED_SERVERS
Constant used to specify all the enabled servers.
Top
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
Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key.
Top
See Also