Click or drag to resize

IDataProviderBrowseAssetInstances Method

Browse assets instances from a view path.

Namespace: AxiomCore2.Data
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
AssetBrowseResult BrowseAssetInstances(
	string server,
	string view,
	string path,
	string type,
	string? filter = null
)

Parameters

server  String
Server used to make query against.
view  String
View used to make query against.
path  String
Optional path used to query against. Set to null if not using.
type  String
Type of asset.
filter  String  (Optional)
Optional filter used to narrow search results.

Return Value

AssetBrowseResult
See Also