ArcGIS Runtime SDK for WPF - Library Reference
GetFeaturedGroupsTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : GetFeaturedGroupsTaskAsync Method

Gets the featured groups asynchronously. This method uses the FeaturedGroups informations and returns the corresponding ArcGISPortalGroup.

Syntax

Visual Basic (Declaration) 
Public Function GetFeaturedGroupsTaskAsync() As Task(Of IEnumerable(Of ArcGISPortalGroup))
C# 
public Task<IEnumerable<ArcGISPortalGroup>> GetFeaturedGroupsTaskAsync()

Remarks

If the object is not initialized (i.e. FeaturedGroups is unknown), the initialization is automatically done.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.