Share via


Classification.ListStructures Method

Returns the node information about the root nodes of the project

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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[]
Array of NodeInfo

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace