This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets a list containing the role for the given user.

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

Syntax

C#Copy imageCopy Code
[] GetRolesByUser(
	 user
)
Visual Basic (Declaration)Copy imageCopy Code
Function GetRolesByUser ( _
	user As  _
) As ()

Parameters

user
IUser

Return Value

See Also

IUserRoles Interface
Smartsite.Base Namespace
Advanced