Click or drag to resize
SynchronizationHelperLogObjectInsert Method
Logs the object insert.

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

Parameters

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