Hide Table of Contents
Class: GroupInfo

Description

The GroupInfo class represents the properties of a Workflow Manager (Classic) user's group.

Class hierarchy

esri.WorkflowManager.SupportClasses.GroupInfo()

Properties

NameTypeSummary
descriptionstringA description of the group.
idintA unique identifier for the group.
namestringThe name of the group.
usersstring[]The list of users that belong to the group.
Property Details

<string> description

A description of the group.

<int> id

A unique identifier for the group.

<string> name

The name of the group.

<string[]> users

The list of users that belong to the group.