ICommonStructureService Interface
Defines methods for working with the common structures Areas and Iterations.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ICommonStructureService
public interface ICommonStructureService
public interface class ICommonStructureService
type ICommonStructureService = interface end
public interface ICommonStructureService
The ICommonStructureService type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearProjectInfoCache | ||
CreateNode | ||
CreateProject | Creates nodes in the common structure service for a new team project. | |
DeleteBranches | ||
DeleteProject | ||
GetChangedNodes | ||
GetDeletedNodesXml | ||
GetNode | ||
GetNodeFromPath | ||
GetNodesXml | ||
GetProject | ||
GetProjectFromName | ||
GetProjectProperties | ||
ListAllProjects | ||
ListProjects | ||
ListStructures | ||
MoveBranch | ||
RenameNode | ||
ReorderNode | ||
UpdateProjectProperties |
Top
Remarks
A common structure in Team Foundation is a tree of similarly typed nodes that exists in the context of a team project. The only types of common structures that are supported are areas and iterations.