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 Code |
---|---|
public static void AddUserToGroup( string groupName, string fullUserName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Sub AddUserToGroup ( _ groupName As , _ fullUserName As _ ) |
Parameters
- groupName
- String
- fullUserName
- String
See Also
AclTools Class
Smartsite.Base.Acl Namespace