Search Results for

    Show / Hide Table of Contents

    Interface IIndexableAsset

    Namespace: ImageVault.Core.Common.Search
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IIndexableAsset

    Properties

    AgreementId

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

    AspectRatio

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

    CanBeDownloaded

    True if original content can be downloaded

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

    Category

    Contains the names of the categories

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

    CategoryId

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

    CollectionId

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

    ContentHashId

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

    ContentType

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

    Conversions

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

    Id

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

    IsOrganized

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

    IsPublished

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

    IsShared

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

    IsUploadedAndAnalyzed

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

    Metadata

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

    Modified

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

    ModifiedBy

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

    ModifiedByNormalized

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

    Name

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

    PublishingSourceId

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

    SearchScore

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

    SuggestionData

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

    VaultId

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

    VersionId

    Declaration
    int VersionId { get; set; }
    Property Value
    Type Description
    System.Int32
    In This Article
    Back to top (c) Meriworks 2002-2022