Click or drag to resize

IUserGroupAddUser Method


Adds a User to this group.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
void AddUser(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The user to add to this group
Remarks

This method does nothing if the "user" parameter value is null or if the user was already member of this group.

See Also