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.
Adds the user to the group.

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

Syntax

C#Copy imageCopy Code
public static void AddUserToGroup(
	string groupName,
	string fullUserName
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Sub AddUserToGroup ( _
	groupName As , _
	fullUserName As  _
)

Parameters

groupName
String
fullUserName
String

See Also

Advanced