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

callback
The callback executed when the result is available.
Gets the items that are shared by the group.

Syntax

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

Remarks

Available only to the users of the group

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.