ICommonStructureService4.CreateNode Method (String, String, Nullable<DateTime>, Nullable<DateTime>)

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

Return Value

Type: System.String
uri of the created node

.NET Framework Security

See Also

Reference

ICommonStructureService4 Interface

CreateNode Overload

Microsoft.TeamFoundation.Server Namespace