ICommonStructureService3 Interface

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Interface ICommonStructureService3 _
    Inherits ICommonStructureService
public interface ICommonStructureService3 : ICommonStructureService
public interface class ICommonStructureService3 : ICommonStructureService
type ICommonStructureService3 =  
    interface 
        interface ICommonStructureService 
    end
public interface ICommonStructureService3 extends ICommonStructureService

The ICommonStructureService3 type exposes the following members.

Methods

  Name Description
Public method ClearProjectInfoCache (Inherited from ICommonStructureService.)
Public method CreateNode (Inherited from ICommonStructureService.)
Public method CreateProject Creates nodes in the common structure service for a new team project. (Inherited from ICommonStructureService.)
Public method DeleteBranches (Inherited from ICommonStructureService.)
Public method DeleteProject (Inherited from ICommonStructureService.)
Public method GetChangedNodes (Inherited from ICommonStructureService.)
Public method GetChangedNodesAndProjects
Public method GetDeletedNodesXml (Inherited from ICommonStructureService.)
Public method GetNode (Inherited from ICommonStructureService.)
Public method GetNodeFromPath (Inherited from ICommonStructureService.)
Public method GetNodesXml (Inherited from ICommonStructureService.)
Public method GetProject (Inherited from ICommonStructureService.)
Public method GetProjectFromName (Inherited from ICommonStructureService.)
Public method GetProjectProperties (Inherited from ICommonStructureService.)
Public method ListAllProjects (Inherited from ICommonStructureService.)
Public method ListProjects (Inherited from ICommonStructureService.)
Public method ListStructures (Inherited from ICommonStructureService.)
Public method MoveBranch (Inherited from ICommonStructureService.)
Public method RenameNode (Inherited from ICommonStructureService.)
Public method ReorderNode (Inherited from ICommonStructureService.)
Public method UpdateProjectProperties (Inherited from ICommonStructureService.)

Top

See Also

Reference

Microsoft.TeamFoundation.Server Namespace