ArcGIS Runtime SDK for WPF - Library Reference
ArcGISPortalGroup Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.Client.Portal Namespace : ArcGISPortalGroup Class


The following tables list the members exposed by ArcGISPortalGroup.

Public Constructors

 NameDescription
public ConstructorArcGISPortalGroup ConstructorInitializes a new instance of the ArcGISPortalGroup class.  
Top

Public Properties

 NameDescription
public PropertyAccessGets 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.  
public PropertyArcGISPortalGets the ArcGIS portal.  
public PropertyCreationDateGets the date the group was created.  
public PropertyDescriptionGets the detailed description of the group.  
public PropertyIdGets or sets the group id.  
public PropertyIsFavoritesGets a value indicating whether the group is a user's group of favorites.  
public PropertyIsInitializedGets a value indicating whether this instance is initialized.  
public PropertyIsInvitationOnlyGets a value indicating whether this instance is invitation only.  
public PropertyIsViewOnlyIndicates whether the group members are not able to share items to the group.  
public PropertyModificationDateGets the date the group was last modified.  
public PropertyOwnerGets the username of the group's owner.  
public PropertyPhoneGets the group contact information.  
public PropertySnippetGets a short summary that describes the group.  
public PropertySortFieldGets the sort field to use for this group. Can be one of 'title', 'owner', 'avgrating', 'numviews', 'created', 'modified'  
public PropertySortOrderGets the sort order to use for this group.  
public PropertyTagsGets the tags.  
public PropertyThumbnailUriGets the thumbnail URI.  
public PropertyTitleGets the group title. This is the name that is displayed to users and by which they refer to the group.  
Top

Public Methods

 NameDescription
public MethodGetGroupUsersAsyncGets the users, owner, and administrators of the group.  
public MethodGetGroupUsersTaskAsyncGets the users, owner, and administrators of the group.  
public MethodGetItemsAsyncGets the items that are shared by the group.  
public MethodGetItemsTaskAsyncGets the items that are shared by the group.  
public MethodGetUserMemberShipAsyncGets the user member ship. Available only if ther request is done from an authenticated user.  
public MethodGetUserMemberShipTaskAsyncGets the user member ship. Available only if ther request is done from an authenticated user.  
public MethodInitializeAsyncInitializes the group object from the specified group id.  
public MethodInitializeTaskAsyncInitializes the group object from the specified group id.  
Top

See Also

© ESRI, Inc. All Rights Reserved.