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

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

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. 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
Methods
  NameDescription
Public methodGetDuplicityKey
Gets the duplicity key.
Top
Extension Methods
  NameDescription
Public Extension MethodInitUserAndTaskGroups
Sets TaskGroups and User for current instance of AbstractSynchronizationSettings, so the StagingTaskInfo is logged with IUserInfo and grouped in TaskGroupInfos.
(Defined by AbstractSynchronizationSettingsExtensionMethods.)
Top
See Also