Click or drag to resize
SynchronizationHelper.LogObjectInsert Method
Logs the object insert.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static void LogObjectInsert(
	BaseInfo infoObj,
	bool runAsync = true,
	bool addToSite = false
)

Parameters

infoObj
Type: CMS.DataEngine.BaseInfo
Info object to log
runAsync (Optional)
Type: System.Boolean
Indicates if the logging should run asynchronously
addToSite (Optional)
Type: System.Boolean
If true, object is being assigned to the site
See Also