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
nodeName
Type: System.Stringname of the node
parentNodeUri
Type: System.Stringparent 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.