Click or drag to resize

ViewDetailsLinks Property

Expects an object with the attribute keys being names of to be linked collections, and the link properties as attribute values.

Namespace:  ArangoDBNetStandard.ViewApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IDictionary<string, LinkProperties> Links { get; set; }

Property Value

Type: IDictionaryString, LinkProperties
See Also