PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 ContentAccessBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ContentAccessBase |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ContentAccessBase |
Constructor
|
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Flush |
Flushes the access level cache for given item numbers.
|
|
FlushTypeAndLevelCache |
Flushes the cache for the access types and access levels.
|
|
GetAccessibleItemList | Overloaded. | |
GetAccessibleItemTable | Overloaded. | |
GetAccessLevel | Overloaded. | |
GetAccessWhereClause | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetItemAccessLevel |
Gets the access level for a single item.
|
|
GetPrivilegedRoles |
Gets the privileged roles.
|
|
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
AccessTypeLevels |
Access type levels by Name.
Key of each record is the access type, value is the level.
|
|
AccessTypes |
Access type numbers by Name.
|
|
DatabaseView |
The database view used to determine access.
|
See Also
Smartsite.Security Namespace