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
- nodeName 
 Type: System.String- The name of the node. 
- parentNodeUri 
 Type: System.String- The parent URI. 
Return Value
Type: System.String
The URI of the created node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.