Click or drag to resize

AssetBrowseResult Class

Represents results of an asset browse request. It contains asset instances found from the browse and any errors that occurred.
Inheritance Hierarchy
SystemObject
  AxiomCore2.DataAssetBrowseResult

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class AssetBrowseResult

The AssetBrowseResult type exposes the following members.

Properties
 NameDescription
Public propertyAssetInstances Collection of asset instances found from the browse request.
Public propertyErrors List of errors that may have occurred during the browse.
Public propertyHasAssetInstances Indicates if any asset instances were found in the browse request. Any asset instances found will be available in the AssetInstances property.
Public propertyHasErrors Indicates if any errors occurred during the browse.
Top
See Also