Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Create a new node
Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function CreateNode ( _
    nodeName As String, _
    parentNodeUri As String, _
    startDate As Nullable(Of DateTime), _
    finishDate As Nullable(Of DateTime) _
) As String
string CreateNode(
    string nodeName,
    string parentNodeUri,
    Nullable<DateTime> startDate,
    Nullable<DateTime> finishDate
)
String^ CreateNode(
    String^ nodeName, 
    String^ parentNodeUri, 
    Nullable<DateTime> startDate, 
    Nullable<DateTime> finishDate
)
abstract CreateNode : 
        nodeName:string * 
        parentNodeUri:string * 
        startDate:Nullable<DateTime> * 
        finishDate:Nullable<DateTime> -> string
function CreateNode(
    nodeName : String, 
    parentNodeUri : String, 
    startDate : Nullable<DateTime>, 
    finishDate : Nullable<DateTime>
) : String
Parameters
- nodeName 
 Type: System.String- name of the node 
- parentNodeUri 
 Type: System.String- parent uri 
- startDate 
 Type: System.Nullable<DateTime>- (optional) start date 
- finishDate 
 Type: System.Nullable<DateTime>- (optional) finish date 
Return Value
Type: System.String
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.