Click or drag to resize
RegistrationActivityInitializer Constructor
Default constructor.

Namespace: CMS.Activities.Loggers
Assembly: CMS.Activities.Loggers (in CMS.Activities.Loggers.dll) Version: 10.0.0
Syntax
C#
public RegistrationActivityInitializer(
	IUserInfo userInfo,
	ITreeNode currentDocument,
	int currentContactId
)

Parameters

userInfo
Type: CMS.BaseIUserInfo
Info of current user
currentDocument
Type: CMS.BaseITreeNode
Current document in tree (can be null)
currentContactId
Type: SystemInt32
Current contact ID
See Also