ICommonStructureService.ImportBranch Method

Imports a structure into CSS as a new branch in an existing structure

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

Syntax

'Declaration
Sub ImportBranch ( _
    structure As XmlElement, _
    parentNodeUri As String _
)
'Usage
Dim instance As ICommonStructureService 
Dim structure As XmlElement 
Dim parentNodeUri As String

instance.ImportBranch(structure, parentNodeUri)
void ImportBranch(
    XmlElement structure,
    string parentNodeUri
)
void ImportBranch(
    XmlElement^ structure, 
    String^ parentNodeUri
)
function ImportBranch(
    structure : XmlElement, 
    parentNodeUri : String
)

Parameters

  • parentNodeUri
    Type: System.String

    The URI of the node under which the branch is to be created

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace