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 abstract class AclRule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class AclRule |
The type exposes the following members.
Protected Constructors
Name | Description | |
---|---|---|
AclRule |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsEffective |
Returns true if this rule is effective in the Operating System, false if the rule is not effective.
|
|
IsSettable |
Returns true if this rule is settable. Returns true if the rule cannot be set. This will be true in most cases.
|
|
MakeEffective |
Makes this rule effective
|
|
ToString | Overloaded. | |
Validate |
Validates if the rule if effective by reading/writing from the secured object.
|
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.
|
|
Inherit |
Gets if the Acl rule is inherited by child containers and objects.
|
|
NTAccount |
Gets the NTAccount for which the Acl rule is set.
|
See Also
Smartsite.Base.Acl Namespace