PortalGroup QML Type
Represents a group within a Portal or Organization. More...
Import Statement: | import Esri.ArcGISRuntime 100.9 |
Since: | Esri.ArcGISRuntime 100.0 |
Inherits: |
Properties
- access : Enums.PortalAccess
- admins : list<string>
- created : date
- fetchGroupUsersStatus : Enums.TaskStatus
- groupDescription : string
- groupId : string
- invitationOnly : bool
- json : jsobject
- modified : date
- owner : string
- phone : string
- portal : Portal
- snippet : string
- sortField : Enums.PortalGroupSortField
- sortOrder : Enums.PortalQuerySortOrder
- tags : list<string>
- thumbnailUrl : url
- title : string
- unknownJson : jsobject
- unsupportedJson : jsobject
- users : list<string>
- viewOnly : bool
Signals
Methods
- void fetchGroupUsers()
Detailed Description
Collections of fully populated PortalGroup objects can be obtained by calling Portal::findGroups, Portal::fetchFeaturedGroups, and PortalItem::fetchGroups, and from the PortalUser::groups property. The load status of such objects is Enums.LoadStatusLoaded. The owner is automatically an administrator and is returned the list of admins. Administrators can invite, add to, or remove members from a group, and update or delete the group. The administrator for an organization may reassign the group to another member of the organization. Group members may leave the group. Authenticated users may apply to join a group.
See also JsonSerializable, PortalUser, PortalItem, and Portal Group (ArcGIS REST API).
Property Documentation
Returns the access level for the group (read-only).
See also Enums.PortalAccess.
Returns the time the group was created (read-only).
Always a Gregorian calendar using UTC time zone and English locale.
Returns the status of the fetchGroupUsers task (read-only).
See also Enums.TaskStatus.
Returns whether group membership is invitation-only (read-only).
If this is set to true
, users will not be able to apply to join the group.
The JSON representation of the PortalGroup.
portal is conserved
Returns the time the group was last modified (read-only).
Always a Gregorian calendar using UTC time zone and English locale.
portal : Portal |
Returns the portal associated with the group (read-only).
Returns the field that items in this group are sorted by.
See also Enums.PortalGroupSortField.
Returns the sort order for items in this group.
See also Enums.PortalQuerySortOrder.
Returns the user-defined tags that describe the group.
Queries can use the tags
field to find groups with particular tags.
See also PortalQueryParametersForGroups.
Returns the URL of the thumbnail used for the group.
All group thumbnails are relative to the URL: http://<community-url>/groups/<groupId>/info
.
Returns the unknown JSON from the source JSON.
See also JsonSerializable.
Returns the unsupported data from the source JSON.
See also JsonSerializable.
Signal Documentation
Emitted when the fetchGroupUsersStatus property changes.
Note: The corresponding handler is onFetchGroupUsersStatusChanged
.
Method Documentation
Starts an operation to fetch users and admins of the group.
The fetchGroupUsersStatus property indicates the status of the operation.