DocumentAuthorizationHandlerStartEvent Method (UserInfo, DataSet, String) |
Initiates the event handling
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax public DocumentAuthorizationEventArgs StartEvent(
UserInfo userInfo,
ref DataSet ds,
string permissionName
)
Parameters
- userInfo
- Type: CMS.MembershipUserInfo
User info object - ds
- Type: System.DataDataSet
DataSet with the data - permissionName
- Type: SystemString
Permission name
Return Value
Type:
DocumentAuthorizationEventArgsSee Also