Skip to content

AssetSearch.Result

ClassAssetInventoryAssetInventory.Editor
public class AssetSearch.Result

Contains the current page of matching indexed files, total and pre-filter counts, execution mode, and any nonfatal search error.

public List<AssetInfo> Files

Returns

System.Collections.Generic.List{AssetInventory.AssetInfo}

public int ResultCount

Returns

System.Int32

public int OriginalResultCount

Returns

System.Int32

public string Error

Returns

System.String

public AssetSearch.InMemoryMode InMemory

Returns

AssetInventory.AssetSearch.InMemoryMode

public Result()