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 collection of the current user's groups.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "Security.Groups.Get")]
[(typeof())]
public static  GetUserGroups(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "Security.Groups.Get")> _
<(GetType())> _
Public Shared Function GetUserGroups ( _
	context As  _
) As 

Parameters

context
ICmsContext
The context.

Return Value

A collection of UserGroup objects

See Also

Advanced