SynchronizationHelperLogTasksWithUserAndTaskGroups Method |
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 13.0.131
Syntax 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