Classification.CreateNode Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function CreateNode ( _
nodeName As String, _
parentNodeUri As String _
) As String
[WebMethodAttribute]
public string CreateNode(
string nodeName,
string parentNodeUri
)
[WebMethodAttribute]
public:
String^ CreateNode(
String^ nodeName,
String^ parentNodeUri
)
[<WebMethodAttribute>]
member CreateNode :
nodeName:string *
parentNodeUri:string -> string
public function CreateNode(
nodeName : String,
parentNodeUri : String
) : String
Parameters
- nodeName
Type: System.String
- parentNodeUri
Type: System.String
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.