Search Results for

    Show / Hide Table of Contents

    Class PublishedMediaContentReference

    A PublishedMediaContentReference defines a published MediaContentReference of a MediaItem.

    Inheritance
    System.Object
    PublishedMediaContentReference
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class PublishedMediaContentReference : Object

    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 p is null.

    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

    Extension Methods

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