|
|
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# |
|
|---|---|
public class HttpNamespaceAclRule
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class HttpNamespaceAclRule
|
|
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
HttpNamespaceAclRule |
Constructor
|
Public Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
IsEffective |
Tests if the rule is already effective.
(Overrides AclRule..::IsEffective()()()().) |
|
|
IsSettable |
Returns true if this rule is settable. Returns true if the rule cannot be set. This will be true in most cases.
(Inherited from AclRule.) |
|
|
MakeEffective |
Makes the rule effective.
(Overrides AclRule..::MakeEffective(String%).) |
|
|
ToString | Overloaded. |
|
|
Validate |
Validates the rule.
(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 NT Account for which the rights are set.
(Overrides AclRule..::NTAccount.) |
See Also
Smartsite.Base.Acl Namespace