Esri Business Analyst Server API for Silverlight 2.2 Reference
GetListProjectItemsTask Class
Members  Example  See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Repository Namespace : GetListProjectItemsTask Class

Glossary Item Box

The Get List of Project Items task gets the list of all project items available in the given folder.

Object Model

GetListProjectItemsTask ClassAbstractClient ClassITokenProvider Interface

Syntax

Remarks

The result of this task is an array containing items of the ESRI.ArcGIS.Client.BAServer.FolderItem type.

Example

The code snippet below executes a Get List of Project Items task.
C#Copy Code
// workspaceName is a workspace name.
// projectName is a project name.
// folderType is a project folder type.
            
getListProjectItemsTask.ExecuteAsync(workspaceName, projectName, folderType, new AsyncResponder(resultHandler, faultHandler));

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.BACore.Client.AbstractTask
      ESRI.ArcGIS.Client.BACore.Client.BATask<TResult,TEventArgs>
         ESRI.ArcGIS.Client.BAServer.Tasks.BAServerTask<TResult>
            ESRI.ArcGIS.Client.BAServer.Tasks.Repository.GetListProjectItemsTask

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.