Discuss this help topic in SecureBlackbox Forum
This event is fired when a request to modify ACL is received.
Declaration
Parameters
- Principal - the principal for which the ACL should be modified.
- List - the list of new ACEs.
- Error - error code (if any) should be provided via this parameter.
- StatusCode - status code should be provided via this parameter.
- URL - URL of the resource for which the ACL is requested.
- pcURL - URL of the resource for which the ACL is requested.
- szURL - the length of szURL in bytes.
TSBWebDAVACLErrorRaw values
Description
This event is fired when a change in ACL is requested.
The handler should check the new ACL provided in the List parameter, and set the values of Error and StatusCode.
Discuss this help topic in SecureBlackbox Forum