This documentation is archived and is not being maintained.
ICommonStructureService4::CreateNode Method (String, String, Nullable<DateTime>, Nullable<DateTime>)
Visual Studio 2013
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
- 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.
Show: