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.
Gets the access level for a single item.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public int GetItemAccessLevel( int itemNumber, user, int roleNumber, int accessType ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function GetItemAccessLevel ( _ itemNumber As Integer, _ user As , _ roleNumber As Integer, _ accessType As Integer _ ) As Integer |
Parameters
- itemNumber
- Int32
The item number.
- user
- UserContext
The user context.
- roleNumber
- Int32
The role number. Set to -1 to ignore role.
- accessType
- Int32
Access type by number.
Return Value
See Also
ContentAccessBase Class
Smartsite.Security Namespace