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.
Returns true if the current user is in the given group.

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

Syntax

C#Copy imageCopy Code
[(IsDeterministic = false)]
public static bool IsMemberOfGroup(
	string CodeOrIdentifier
)
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := False)> _
Public Shared Function IsMemberOfGroup ( _
	CodeOrIdentifier As  _
) As 

Parameters

CodeOrIdentifier
String
Code or Identifier of the user group.

Return Value

See Also

Advanced