This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Defines the result of an Acl validation.
Namespace: Smartsite.Base.Acl
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public enum AclRuleValidationResult |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration AclRuleValidationResult |
Members
Member name | Description | |
---|---|---|
Succeeded |
The validation succeeded.
| |
Failed |
The validation failed.
| |
Skipped |
The validation was skipped.
|
See Also
Smartsite.Base.Acl Namespace