Click or drag to resize
AbstractSynchronizationSettingsExtensionMethodsInitUserAndTaskGroups Method
Sets TaskGroups and User for current instance of AbstractSynchronizationSettings, so the StagingTaskInfo is logged with IUserInfo and grouped in TaskGroupInfos.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 10.0.0
Syntax
C#
public static void InitUserAndTaskGroups(
	this AbstractSynchronizationSettings settings
)

Parameters

settings
Type: CMS.DataEngineAbstractSynchronizationSettings
Current instance of AbstractSynchronizationSettings

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AbstractSynchronizationSettings. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
See Also