ICommonStructureService4 Interface

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

Syntax

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

The ICommonStructureService4 type exposes the following members.

Methods

  Name Description
Public method ClearProjectInfoCache (Inherited from ICommonStructureService.)
Public method CreateNode(String, String) (Inherited from ICommonStructureService.)
Public method CreateNode(String, String, Nullable<DateTime>, Nullable<DateTime>) Create a new node
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 (Inherited from ICommonStructureService3.)
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 GetProjectProperty
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 SetIterationDates
Public method SetProjectProperty
Public method UpdateProjectProperties (Inherited from ICommonStructureService.)

Top

See Also

Reference

Microsoft.TeamFoundation.Server Namespace