Click or drag to resize
SynchronizationHelperLogTasksWithUserAndTaskGroups Method

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntax
C#
public static void LogTasksWithUserAndTaskGroups(
	IEnumerable<ISynchronizationTask> tasks,
	IEnumerable<IStagingTaskGroup> taskGroups,
	IUserInfo user
)

Parameters

tasks
Type: System.Collections.GenericIEnumerableISynchronizationTask
Staging tasks to log
taskGroups
Type: System.Collections.GenericIEnumerableIStagingTaskGroup
Task groups in which staging tasks belong
user
Type: CMS.BaseIUserInfo
User to log staging tasks with
See Also