#include <smartsearch_asset.h>
Implements the smartsearch asset type.
Public Member Functions | |
MAXON_METHOD String | GetFilterString () const |
Static Public Member Functions | |
static MAXON_METHOD Result< SmartSearchAsset > | Create () |
static MAXON_METHOD Result< void > | SetFilterString (const AssetDescription &asset, const String &filter) |
Private Member Functions | |
MAXON_INTERFACE (SmartSearchAssetInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.SmartSearchAsset") | |
|
private |
MAXON_METHOD String GetFilterString | ( | ) | const |
GetFilterString returns the filter string stored in the smart search asset.
|
static |
Create creates an ew SmartSearchAsset.
|
static |
SetFilterString stores a new smartsearch in a SmartSearchAsset.
[in] | asset | SmartSearchAsset to modify. |
[in] | filter | Fitler string to store. |