Search Results for

    Show / Hide Table of Contents

    Class IndexableAsset

    Inheritance
    System.Object
    IndexableAsset
    Implements
    IIndexableAsset
    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.Search
    Assembly: ImageVault.Core.dll
    Syntax
    public class IndexableAsset : IIndexableAsset

    Constructors

    IndexableAsset()

    Declaration
    public IndexableAsset()

    Properties

    AgreementId

    Declaration
    public int[] AgreementId { get; set; }
    Property Value
    Type Description
    System.Int32[]

    AspectRatio

    Declaration
    public double AspectRatio { get; set; }
    Property Value
    Type Description
    System.Double

    AssetState

    Declaration
    public AssetStates AssetState { get; set; }
    Property Value
    Type Description
    AssetStates

    CanBeDownloaded

    True if original content can be downloaded

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

    Category

    Contains the names of the categories

    Declaration
    public string[] Category { get; set; }
    Property Value
    Type Description
    System.String[]

    CategoryId

    Declaration
    public int[] CategoryId { get; set; }
    Property Value
    Type Description
    System.Int32[]

    CollectionId

    Declaration
    public int[] CollectionId { get; set; }
    Property Value
    Type Description
    System.Int32[]

    ContentHashId

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

    ContentType

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

    Conversions

    Declaration
    public IIndexableConversion[] Conversions { get; set; }
    Property Value
    Type Description
    IIndexableConversion[]

    Id

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

    IsOrganized

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

    IsPublished

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

    IsShared

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

    IsUploadedAndAnalyzed

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

    MediaItemState

    Declaration
    public MediaItemStates MediaItemState { get; set; }
    Property Value
    Type Description
    MediaItemStates

    MediaStorageTypeId

    Storage type id where the original item is stored

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

    Metadata

    Declaration
    public IIndexableMetadata[] Metadata { get; set; }
    Property Value
    Type Description
    IIndexableMetadata[]

    Modified

    Declaration
    public DateTime Modified { get; set; }
    Property Value
    Type Description
    System.DateTime

    ModifiedBy

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

    ModifiedByNormalized

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

    Name

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

    PublishingSourceId

    Declaration
    public int[] PublishingSourceId { get; set; }
    Property Value
    Type Description
    System.Int32[]

    SearchScore

    Declaration
    public float SearchScore { get; set; }
    Property Value
    Type Description
    System.Single

    SuggestionData

    Declaration
    public string[] SuggestionData { get; set; }
    Property Value
    Type Description
    System.String[]

    VaultId

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

    VaultName

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

    VersionId

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

    Implements

    IIndexableAsset
    In This Article
    Back to top (c) Meriworks 2002-2022