ArcGIS API for Silverlight - Library Reference
GetGroupsAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalItem Class : GetGroupsAsync Method

callback
The callback executed when the result is available.
Gets the groups the item is a part of. Only shows the groups which the calling user can access.

Syntax

Visual Basic (Declaration) 
Public Sub GetGroupsAsync( _
   ByVal callback As Action(Of ArcGISPortalItemGroups,Exception) _
) 
C# 
public void GetGroupsAsync( 
   Action<ArcGISPortalItemGroups,Exception> callback
)

Parameters

callback
The callback executed when the result is available.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.