Classification.ListStructures Method

Returns the node information about the root nodes of the project.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function ListStructures ( _
    projectUri As String _
) As CommonStructureNodeInfo()
[WebMethodAttribute]
public CommonStructureNodeInfo[] ListStructures(
    string projectUri
)
[WebMethodAttribute]
public:
array<CommonStructureNodeInfo^>^ ListStructures(
    String^ projectUri
)
[<WebMethodAttribute>]
member ListStructures : 
        projectUri:string -> CommonStructureNodeInfo[] 
public function ListStructures(
    projectUri : String
) : CommonStructureNodeInfo[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo[]
The array of NodeInfo.

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace