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

callback
The callback executed when the result is available.
Gets the sub folders of the user home folder.

Syntax

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

Remarks

Multi-level folders are not supported.

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.