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 members.
Public Constructors
Name | Description | |
---|---|---|
DirectoryAccessAclRule |
Constructor
|
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.) |
Public Properties
Name | Description | |
---|---|---|
Enabled |
Gets or sets if this rule is enabled or not.
(Inherited from AclRule.) |
|
Inherit |
Gets if the Acl rule is inherited by child containers and objects.
(Overrides AclRule..::Inherit.) |
|
NTAccount |
Gets the NTAccount for which the Acl rule is set.
(Overrides AclRule..::NTAccount.) |
See Also
Smartsite.Base.Acl Namespace