| GraphApiClientGetVertexCollectionsAsync Method  | 
 
            Lists all vertex collections within the given graph.
            GET /_api/gharial/{graph}/vertex
            
 
    Namespace: 
   ArangoDBNetStandard.GraphApi
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
 Syntax
Syntaxpublic virtual Task<GetVertexCollectionsResponse> GetVertexCollectionsAsync(
	string graphName
)
Public Overridable Function GetVertexCollectionsAsync ( 
	graphName As String
) As Task(Of GetVertexCollectionsResponse)
public:
virtual Task<GetVertexCollectionsResponse^>^ GetVertexCollectionsAsync(
	String^ graphName
)
abstract GetVertexCollectionsAsync : 
        graphName : string -> Task<GetVertexCollectionsResponse> 
override GetVertexCollectionsAsync : 
        graphName : string -> Task<GetVertexCollectionsResponse> Parameters
- graphName
- Type: SystemString
 The name of the graph.
Return Value
Type: 
TaskGetVertexCollectionsResponseImplements
IGraphApiClientGetVertexCollectionsAsync(String) See Also
See Also