Classification.CreateNode Method

Creates a new node.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CreateNode ( _
    nodeName As String, _
    parentNodeUri As String _
) As String
[WebMethodAttribute]
public string CreateNode(
    string nodeName,
    string parentNodeUri
)
[WebMethodAttribute]
public:
String^ CreateNode(
    String^ nodeName, 
    String^ parentNodeUri
)
[<WebMethodAttribute>]
member CreateNode : 
        nodeName:string * 
        parentNodeUri:string -> string
public function CreateNode(
    nodeName : String, 
    parentNodeUri : String
) : String

Parameters

Return Value

Type: System.String
The URI of the created node.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace