This documentation is archived and is not being maintained.

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)

String^ CreateNode(
	String^ nodeName, 
	String^ parentNodeUri, 
	Nullable<DateTime> startDate, 
	Nullable<DateTime> finishDate
)

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

Show: