[This is preliminary documentation and subject to change.]

Initializes a new instance.


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

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal id As String,  _ 
   ByVal ownerId As String,  _ 
   ByVal title As String,  _ 
   ByVal thumbnailUrl As String,  _ 
   ByVal metadata As NameValueCollection _ 
)
C#
public AbstractSharedMediaInfo(
   string id,
   string ownerId,
   string title,
   string thumbnailUrl,
   NameValueCollection metadata
)
C++
public:
 AbstractSharedMediaInfo(
   String id,
   String ownerId,
   String title,
   String thumbnailUrl,
   NameValueCollection metadata
) sealed 
J#
public AbstractSharedMediaInfo(
   string id,
   string ownerId,
   string title,
   string thumbnailUrl,
   NameValueCollection metadata
)
JScript
public function AbstractSharedMediaInfo(
   id : String,
   ownerId : String,
   title : String,
   thumbnailUrl : String,
   metadata : NameValueCollection
)

Parameters

id
The unique ID of this instance
ownerId
The unique ID of the owner of this instance
title
The display name
thumbnailUrl
metadata
A list of optional string-based name/value pairs for arbitrary metadata. Can be null.

See Also