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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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