Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<DefaultServiceImplementationAttribute(GetType(CommonStructureService))> _
Public Interface ICommonStructureService _
    Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface ICommonStructureService : ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(CommonStructureService))]
public interface class ICommonStructureService : ITeamFoundationService
[<DefaultServiceImplementationAttribute(typeof(CommonStructureService))>]
type ICommonStructureService =  
    interface 
        interface ITeamFoundationService 
    end
public interface ICommonStructureService extends ITeamFoundationService
The ICommonStructureService type exposes the following members.
Methods
| .gif) | CreateNode(TeamFoundationRequestContext, String, String) |  | 
| .gif) | CreateNode(TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>) |  | 
| .gif) | CreateProject(TeamFoundationRequestContext, String, XmlElement, Nullable<Guid>) |  | 
| .gif) | CreateProject(TeamFoundationRequestContext, String, array<XmlNode[], Nullable<Guid>) |  | 
| .gif) | DeleteBranches |  | 
| .gif) | DeleteProject |  | 
| .gif) | EnsureTeamProjectsExistsInCatalog |  | 
| .gif) | GetChangedNodes |  | 
| .gif) | GetChangedNodesAndProjects |  | 
| .gif) | GetDeletedNodes |  | 
| .gif) | GetNode |  | 
| .gif) | GetNodeFromPath |  | 
| .gif) | GetNodes(TeamFoundationRequestContext, List<String>) |  | 
| .gif) | GetNodes(TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%) |  | 
| .gif) | GetNodesXml |  | 
| .gif) | GetProject |  | 
| .gif) | GetProjectFromName |  | 
| .gif) | GetProjectProperties |  | 
| .gif) | GetProjectProperty |  | 
| .gif) | GetProjects |  | 
| .gif) | GetRootNodes |  | 
| .gif) | GetWellFormedProjects |  | 
| .gif) | MoveBranch |  | 
| .gif) | QueryProjectCatalogNode |  | 
| .gif) | RenameNode |  | 
| .gif) | ReorderNode |  | 
| .gif) | ServiceEnd | ServiceEnd is called when the Host is being Shutdown and this service should free all resources it is holding onto. (Inherited from ITeamFoundationService.) | 
| .gif) | ServiceStart | ServiceStart is called when the service is initialized. If the service is intialized asynchronously it must implement Service_Ready which is used to determine when the service is ready for users to access it. (Inherited from ITeamFoundationService.) | 
| .gif) | SetIterationDates |  | 
| .gif) | SetProjectProperty |  | 
| .gif) | TransformProjectMappingProperty |  | 
| .gif) | UpdateProjectDescription |  | 
| .gif) | UpdateProjectProperties |  | 
Top
See Also
Reference
Microsoft.TeamFoundation.Integration.Server Namespace