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

folderId
The folder id.
callback
The callback executed when the result is available.
Initializes the folder object from the specified folder id.

Syntax

Visual Basic (Declaration) 
Public Sub InitializeAsync( _
   ByVal folderId As String, _
   ByVal callback As Action(Of ArcGISPortalFolder,Exception) _
) 
C# 
public void InitializeAsync( 
   string folderId,
   Action<ArcGISPortalFolder,Exception> callback
)

Parameters

folderId
The folder id.
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.