| GraphApiClientGetEdgeCollectionsAsync Method  | 
 
            Lists all edge collections within this graph.
            GET /_api/gharial/{graph}/edge
            
 
    Namespace: 
   ArangoDBNetStandard.GraphApi
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
 Syntax
Syntaxpublic virtual Task<GetEdgeCollectionsResponse> GetEdgeCollectionsAsync(
	string graphName
)
Public Overridable Function GetEdgeCollectionsAsync ( 
	graphName As String
) As Task(Of GetEdgeCollectionsResponse)
public:
virtual Task<GetEdgeCollectionsResponse^>^ GetEdgeCollectionsAsync(
	String^ graphName
)
abstract GetEdgeCollectionsAsync : 
        graphName : string -> Task<GetEdgeCollectionsResponse> 
override GetEdgeCollectionsAsync : 
        graphName : string -> Task<GetEdgeCollectionsResponse> Parameters
- graphName
- Type: SystemString
 
Return Value
Type: 
TaskGetEdgeCollectionsResponseImplements
IGraphApiClientGetEdgeCollectionsAsync(String) See Also
See Also