ICommonStructureService.CreateNode Method (TeamFoundationRequestContext, String, String, Nullable<DateTime>, Nullable<DateTime>)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function CreateNode ( _
requestContext As TeamFoundationRequestContext, _
nodeName As String, _
parentUri As String, _
startDate As Nullable(Of DateTime), _
finishDate As Nullable(Of DateTime) _
) As String
string CreateNode(
TeamFoundationRequestContext requestContext,
string nodeName,
string parentUri,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
String^ CreateNode(
TeamFoundationRequestContext^ requestContext,
String^ nodeName,
String^ parentUri,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
abstract CreateNode :
requestContext:TeamFoundationRequestContext *
nodeName:string *
parentUri:string *
startDate:Nullable<DateTime> *
finishDate:Nullable<DateTime> -> string
function CreateNode(
requestContext : TeamFoundationRequestContext,
nodeName : String,
parentUri : String,
startDate : Nullable<DateTime>,
finishDate : Nullable<DateTime>
) : String
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeName
Type: System.String
- parentUri
Type: System.String
- startDate
Type: System.Nullable<DateTime>
- finishDate
Type: System.Nullable<DateTime>
Return Value
Type: System.String
.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.