This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class DirectoryAccessAclRule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class DirectoryAccessAclRule |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals |
Tests if these the object equals this instance.
(Overrides Object..::Equals(Object).) |
|
GetHashCode |
Gets the hash code for this instance.
(Overrides Object..::GetHashCode()()()().) |
|
GetType | (Inherited from Object.) | |
IsEffective |
Tests if the rule is effective.
(Overrides AclRule..::IsEffective()()()().) |
|
IsSettable |
Returns true if the rule is settable, false if the rule cannot be set but can be validated.
(Overrides AclRule..::IsSettable()()()().) |
|
MakeEffective |
Makes the rule effective.
(Overrides AclRule..::MakeEffective(String%).) |
|
ToString | Overloaded. | |
Validate |
Validates if the rule if effective by reading/writing from the secured object.
(Overrides AclRule..::Validate(String%).) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Base.Acl Namespace