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
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class MediaContentReference : Object

    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 Nullable<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 Nullable<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

    MediaStorageId

    Get/Sets the MediaStorageId of the MediaContentReference

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

    MediaStorageTypeId

    Get/Sets the MediaStorageTypeId of the MediaContentReference

    Declaration
    public Nullable<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