Class ExternalMediaContent
Summary description for ExternalMediaContent.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.Common.Data
Assembly: ImageVault.Core.dll
Syntax
public class ExternalMediaContent : MediaContent, IDisposable
Constructors
ExternalMediaContent()
Declaration
public ExternalMediaContent()
ExternalMediaContent(MediaContentBase)
Declaration
public ExternalMediaContent(MediaContentBase reference)
Parameters
Type | Name | Description |
---|---|---|
MediaContentBase | reference |
Properties
RedirectUrl
Get/Sets the RedirectUrl of the ExternalMediaContent
Declaration
public string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CalculateTotalLength()
Calculates the total length of the external content
Declaration
public long CalculateTotalLength()
Returns
Type | Description |
---|---|
System.Int64 |
Implements
System.IDisposable