Search Results for

    Show / Hide Table of Contents

    Class FindMediaContentReferenceQuery

    Inheritance
    System.Object
    FindMediaContentReferenceQuery
    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.Core.Common.Services
    Assembly: ImageVault.Core.dll
    Syntax
    public class FindMediaContentReferenceQuery

    Constructors

    FindMediaContentReferenceQuery()

    Declaration
    public FindMediaContentReferenceQuery()

    Properties

    Deleted

    Get/Sets the Deleted of the FindMediaContentReferenceQuery

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

    MediaFormatId

    Get/Sets the MediaFormatId of the FindMediaContentReferenceQuery

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

    MediaItemId

    Get/Sets the MediaItemId of the FindMediaContentReferenceQuery

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

    MediaStorageId

    Get/Sets the MediaStorageId of the FindMediaContentReferenceQuery

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

    MediaStorageIdIsSet

    Get/Sets the MediaStorageIdIsSet of the FindMediaContentReferenceQuery

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

    Is true if the MediaStorageId property is set

    MediaStorageTypeId

    Get/Sets the MediaStorageTypeId of the FindMediaContentReferenceQuery

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

    MediaStorageTypeIdIsSet

    Get/Sets the MediaStorageTypeIdIsSet of the FindMediaContentReferenceQuery

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

    MediaStorageValue

    Get/Sets the MediaStorageValue of the FindMediaContentReferenceQuery

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

    MediaStorageValueIsSet

    Get/Sets the MediaStorageValueIsSet of the FindMediaContentReferenceQuery

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

    True if the MediaStorageValue property value is set

    PopulatePublishedMediaContentReferences

    Get/Sets the PopulatePublishedMediaContentReferences of the FindMediaContentReferenceQuery

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

    True if the PublishedMediaContentReferences should be populated

    VersionFilter

    Which version should be retrieved

    Declaration
    public VersionFilter VersionFilter { get; set; }
    Property Value
    Type Description
    VersionFilter
    In This Article
    Back to top (c) Meriworks 2002-2022