public interface ICustomizationUsersGroups
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
com4j.Com4jObject | 
addGroup(String name)
 Adds a new CustomizationUsersGroup to the collection. 
 | 
com4j.Com4jObject | 
group(String name)
 Gets the specified user group. 
 | 
IList | 
groups()
 The list of CustomizationUsersGroup objects. 
 | 
Object | 
groups(int index)  | 
void | 
removeGroup(String name)
 Removes a CustomizationUsersGroup object. 
 | 
com4j.Com4jObject addGroup(String name)
Adds a new CustomizationUsersGroup to the collection.
name - Mandatory java.lang.String parameter.com4j.Com4jObject group(String name)
Gets the specified user group.
Getter method for the COM property "Group"
name - Mandatory java.lang.String parameter.void removeGroup(String name)
Removes a CustomizationUsersGroup object.
name - Mandatory java.lang.String parameter.IList groups()
The list of CustomizationUsersGroup objects.
Getter method for the COM property "Groups"
Object groups(int index)
Copyright © 2020. All rights reserved.