The following tables list the members exposed by ArcGISPortalGroup.
Name | Description | |
---|---|---|
![]() | ArcGISPortalGroup Constructor | Initializes a new instance of the ArcGISPortalGroup class. |
Name | Description | |
---|---|---|
![]() | Access | Gets the access level on the group. PortalAccess.Private is the default. If Organization, only members of the organization can access the group. If Public, all users can access the group. |
![]() | ArcGISPortal | Gets the ArcGIS portal. |
![]() | CreationDate | Gets the date the group was created. |
![]() | Description | Gets the detailed description of the group. |
![]() | Id | Gets or sets the group id. |
![]() | IsInitialized | Gets a value indicating whether this instance is initialized. |
![]() | IsInvitationOnly | Gets a value indicating whether this instance is invitation only. |
![]() | IsViewOnly | Indicates whether the group members are not able to share items to the group. |
![]() | ModificationDate | Gets the date the group was last modified. |
![]() | Owner | Gets the username of the group's owner. |
![]() | Phone | Gets the group contact information. |
![]() | Snippet | Gets a short summary that describes the group. |
![]() | SortField | Gets the sort field to use for this group. Can be one of 'title', 'owner', 'avgrating', 'numviews', 'created', 'modified' |
![]() | SortOrder | Gets the sort order to use for this group. |
![]() | Tags | Gets the tags. |
![]() | ThumbnailUri | Gets the thumbnail URI. |
![]() | Title | Gets the group title. This is the name that is displayed to users and by which they refer to the group. |
Name | Description | |
---|---|---|
![]() | GetGroupUsersAsync | Gets the users, owner, and administrators of the group. |
![]() | GetItemsAsync | Gets the items that are shared by the group. |
![]() | GetUserMemberShipAsync | Gets the user member ship. Available only if ther request is done from an authenticated user. |
![]() | InitializeAsync | Initializes the group object from the specified group id. |