Click or drag to resize
DocumentAuthorizationHandlerStartEvent Method (UserInfo, TreeNode, String, AuthorizationResultEnum)
Initiates the event handling

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentAuthorizationEventArgs StartEvent(
	UserInfo userInfo,
	TreeNode node,
	string permissionName,
	ref AuthorizationResultEnum authorized
)

Parameters

userInfo
Type: CMS.MembershipUserInfo
User info object
node
Type: CMS.DocumentEngineTreeNode
Document node
permissionName
Type: SystemString
Permission name
authorized
Type: CMS.DataEngineAuthorizationResultEnum
Authorization result

Return Value

Type: DocumentAuthorizationEventArgs
See Also