Class PublishedMediaContentReference
A PublishedMediaContentReference defines a published MediaContentReference of a MediaItem.
Inheritance
System.Object
PublishedMediaContentReference
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class PublishedMediaContentReference
Constructors
PublishedMediaContentReference()
Initializes a new instance of the PublishedMediaContentReference class.
Declaration
public PublishedMediaContentReference()
PublishedMediaContentReference(PublishedMediaContentReference)
Initializes a new instance of the PublishedMediaContentReference class.
Declaration
public PublishedMediaContentReference(PublishedMediaContentReference p)
Parameters
Type | Name | Description |
---|---|---|
PublishedMediaContentReference | p |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | If |
Properties
MediaContentReferenceId
Get/Sets the MediaContentReferenceId of the PublishedMediaContentReference
Declaration
public string MediaContentReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaInformation
Get/Sets the MediaInformation of the PublishedMediaContentReference
Declaration
public string MediaInformation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PublishedMediaContentReferenceId
Get/Sets the PublishedMediaContentReferenceId of the PublishedMediaContentReference
Declaration
public string PublishedMediaContentReferenceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PublishingSourceId
Get/Sets the PublishingSourceId of the PublishedMediaContentReference
Declaration
public int PublishingSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PublishingSourceIdentifier
Get/Sets the PublishingSourceIdentifier of the PublishedMediaContentReference
Declaration
public string PublishingSourceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |