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 HttpNamespaceAclRule |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class HttpNamespaceAclRule |
The type exposes the following methods.
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.) |
See Also
Smartsite.Base.Acl Namespace