IViewApiClientPostCreateViewAsync Method  | 
 
            Create a new View
            POST /_api/view
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
SyntaxTask<ViewResponse> PostCreateViewAsync(
	ViewDetails body
)
Function PostCreateViewAsync ( 
	body As ViewDetails
) As Task(Of ViewResponse)
Task<ViewResponse^>^ PostCreateViewAsync(
	ViewDetails^ body
)
abstract PostCreateViewAsync : 
        body : ViewDetails -> Task<ViewResponse> 
Parameters
- body
 - Type: ArangoDBNetStandard.ViewApi.ModelsViewDetails
The body of the request containing required properties. 
Return Value
Type: 
TaskViewResponse
See Also