[This is preliminary documentation and subject to change.]

The physical file path or online media URL.


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

Syntax

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

/** property */
public void set_Path(string value);
JScript
public function get Path() : String

public function set Path(value : String);

Property Value

The physical file path or online media URL for this media.

See Also