Class IndexAssetArgument
Inheritance
System.Object
IndexAssetArgument
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 IndexAssetArgument
Constructors
IndexAssetArgument()
Declaration
public IndexAssetArgument()
IndexAssetArgument(SearchIndexInfo)
Declaration
public IndexAssetArgument(SearchIndexInfo indexInfo)
Parameters
IndexAssetArgument(Int32)
Declaration
[Obsolete("Use IndexInfo instead")]
public IndexAssetArgument(int indexId)
Parameters
Type |
Name |
Description |
System.Int32 |
indexId |
|
IndexAssetArgument(Int32, Int32)
Declaration
public IndexAssetArgument(int indexId, int version)
Parameters
Type |
Name |
Description |
System.Int32 |
indexId |
|
System.Int32 |
version |
|
Properties
Assets
Declaration
public int[] Assets { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
IndexId
Declaration
[Obsolete("Use IndexInfo instead")]
public int IndexId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IndexInfo
Declaration
public SearchIndexInfo IndexInfo { get; set; }
Property Value
for an index all operation, this contains the last valid media item id that was found
Declaration
public int LastActiveMediaItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StartId
Declaration
public int StartId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Parse(String)
Declaration
public static IndexAssetArgument Parse(string json)
Parameters
Type |
Name |
Description |
System.String |
json |
|
Returns
ToJson()
Declaration
Returns
Type |
Description |
System.String |
|