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

Glossary Item Box

The IRepositoryItem interface is implemented with parameters of every repository task.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Remarks

This interface specifies properties of an item in the repository, the task deals with. This can be a workspace, project, folder, or folder item depending on task executed. For example, in parameters of the Get Workspaces task, all properties of this interface are null; in parameters of a task working with a whole workspace (e.g. CreateWorkspace), the WorkspaceName property is specified; in parameters of a task working with a project, the WorkspaceName and ProjectName properties are specified; and so on.

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.