FileDataLocation Property

Gets the location of the entry.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "location", EmitDefaultValue = false)]
public string Location { get; set; }

Property Value

Type: String
The location of the entry, or if it hasn't yet been saved.
Remarks
This is the full name of the parent entry.
See Also