UserSecurityServicesCreateUserGroup Method |
Creates a new FactoryLogix user group.
Namespace:
FactoryLogix.xTend.Configuration
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public UserGroup CreateUserGroup(
Guid sessionId,
UserGroup newUserGroup
)
Public Function CreateUserGroup (
sessionId As Guid,
newUserGroup As UserGroup
) As UserGroup
public:
virtual UserGroup^ CreateUserGroup(
Guid sessionId,
UserGroup^ newUserGroup
) sealed
abstract CreateUserGroup :
sessionId : Guid *
newUserGroup : UserGroup -> UserGroup
override CreateUserGroup :
sessionId : Guid *
newUserGroup : UserGroup -> UserGroup
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - newUserGroup
- Type: FactoryLogix.xTend.DataObjectsUserGroup
A UserGroup object representing the details for the new user account. The ID field will be ignored and replaced with a valid ID during processing.
Return Value
Type:
UserGroupA UserGroup object representing the new user account which includes the new group's ID, and may be used for subsequent updates.
Exceptions See Also