Search Results for

    Show / Hide Table of Contents

    Class MediaContentReference

    A MediaContentReference defines a conversion of a MediaItem for a specific format.

    Inheritance
    System.Object
    MediaContentReference
    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 MediaContentReference

    Constructors

    MediaContentReference()

    Initializes a new instance of the MediaContentReference class.

    Declaration
    public MediaContentReference()

    MediaContentReference(MediaContentReference)

    Initializes a new instance of the MediaContentReference class.

    Declaration
    public MediaContentReference(MediaContentReference m)
    Parameters
    Type Name Description
    MediaContentReference m

    Properties

    ContentType

    Get/Sets the ContentType of the MediaContentReference

    Declaration
    public string ContentType { get; set; }
    Property Value
    Type Description
    System.String

    DateModified

    Get/Sets the DateModified of the MediaContentReference

    Declaration
    public DateTime? DateModified { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    Deleted

    Get/Sets the Deleted of the MediaContentReference

    Declaration
    public bool Deleted { get; set; }
    Property Value
    Type Description
    System.Boolean

    ETag

    Get/Sets the ETag of the MediaContentReference

    Declaration
    public string ETag { get; set; }
    Property Value
    Type Description
    System.String

    MediaContentReferenceId

    Get/Sets the MediaContentReferenceId of the MediaContentReference

    Declaration
    public string MediaContentReferenceId { get; set; }
    Property Value
    Type Description
    System.String

    MediaConverterTypeId

    Get/Sets the MediaConverterTypeId of the MediaContentReference

    Declaration
    public int? MediaConverterTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MediaFormatId

    Get/Sets the MediaFormatId of the MediaContentReference

    Declaration
    public int MediaFormatId { get; set; }
    Property Value
    Type Description
    System.Int32

    MediaInformation

    Get/Sets the MediaInformation of the MediaContentReference

    Declaration
    public string MediaInformation { get; set; }
    Property Value
    Type Description
    System.String

    MediaItemId

    Get/Sets the MediaItemId of the MediaContentReference

    Declaration
    [Obsolete("Use VersionId instead to get the MediaVersion for this reference")]
    public int MediaItemId { get; set; }
    Property Value
    Type Description
    System.Int32

    MediaStorageId

    Get/Sets the MediaStorageId of the MediaContentReference

    Declaration
    public int? MediaStorageId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MediaStorageTypeId

    Get/Sets the MediaStorageTypeId of the MediaContentReference

    Declaration
    public int? MediaStorageTypeId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    MediaStorageValue

    Get/Sets the MediaStorageValue of the MediaContentReference

    Declaration
    public string MediaStorageValue { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Get/Sets the Name of the MediaContentReference

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PublishedMediaContentReferences

    Get/Sets the PublishedMediaContentReferences of the MediaContentReference

    Declaration
    public IList<PublishedMediaContentReference> PublishedMediaContentReferences { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IList<PublishedMediaContentReference>

    VersionId

    Defines the version id of the media item

    Declaration
    public int VersionId { get; set; }
    Property Value
    Type Description
    System.Int32

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022