Click or drag to resize
StagingTaskDataSetCurrentUser Method
Sets the current user's guid and username to UserGuid and UserName of current StagingTaskData instance.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public void SetCurrentUser(
	IUserInfo user = null
)

Parameters

user (Optional)
Type: CMS.BaseIUserInfo
User to be set, if null CurrentUser will be used
See Also