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 privileged roles.

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public  GetPrivilegedRoles(
	int contentNumber,
	int userId,
	int accessType,
	int minimumLevel
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetPrivilegedRoles ( _
	contentNumber As Integer, _
	userId As Integer, _
	accessType As Integer, _
	minimumLevel As Integer _
) As 

Parameters

contentNumber
Int32
The content item number.
userId
Int32
The user's id.
accessType
Int32
Access type by number.
minimumLevel
Int32
The minimum level.

Return Value

A list of role numbers that have the requested minimum access level to the item

See Also

Advanced