ICommonStructureService.GetNodesXml Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetNodesXml ( _
nodeUris As String(), _
childNodes As Boolean _
) As XmlElement
XmlElement GetNodesXml(
string[] nodeUris,
bool childNodes
)
XmlElement^ GetNodesXml(
array<String^>^ nodeUris,
bool childNodes
)
abstract GetNodesXml :
nodeUris:string[] *
childNodes:bool -> XmlElement
function GetNodesXml(
nodeUris : String[],
childNodes : boolean
) : XmlElement
Parameters
- nodeUris
Type: array<System.String[]
- childNodes
Type: System.Boolean
Return Value
Type: System.Xml.XmlElement
Returns XmlElement.
.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.