[This is preliminary documentation and subject to change.]

A unique string that identifies this media as defined by the content provider.


Namespace: MediaMallTechnologies.Plugin
Assembly: Util (in Util.dll)

Syntax

Visual Basic (Declaration)
Public Property SourceId As String
C#
public string SourceId { get; set; }
C++
public property string SourceId sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_SourceId();

/** property */
public void set_SourceId(string value);
JScript
public function get SourceId() : String

public function set SourceId(value : String);

Remarks

This property is used to recycle previously utilized ID's for the exact same source media. Typically, this field would be a unique key as defined by the content provider, and which is guaranteed to remain constant over time. Examples include a unique URL for a given piece of media, or a specific media ID assigned by the content provider.

See Also