Share via


MediaObject.ContentUrl Property

Definition

Gets original URL to retrieve the source (file) for the media object (e.g the source URL for the image).

[Newtonsoft.Json.JsonProperty(PropertyName="contentUrl")]
public string ContentUrl { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contentUrl")>]
member this.ContentUrl : string
Public ReadOnly Property ContentUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to