ContentElementDataLongLink Property

Gets or sets the view long link which contains any over-rides or non-default view parameters.

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 = "longLink", EmitDefaultValue = false)]
public string LongLink { get; set; }

Property Value

Type: String
The view's long link.
See Also