RegistrationActivityInitializer Constructor |
Default constructor.
Namespace: CMS.Activities.LoggersAssembly: CMS.Activities.Loggers (in CMS.Activities.Loggers.dll) Version: 12.0.0
Syntax 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