Class IndexableAsset
Inheritance
System.Object
IndexableAsset
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()
Assembly: ImageVault.Core.dll
Syntax
public class IndexableAsset : IIndexableAsset
Constructors
IndexableAsset()
Declaration
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
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
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 |
|
Declaration
public MediaItemStates MediaItemState { get; set; }
Property Value
Storage type id where the original item is stored
Declaration
public int? MediaStorageTypeId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public IIndexableMetadata[] Metadata { get; set; }
Property Value
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