nn::nex::DataStoreSearchParam::SetTags Member Function

Syntax

void SetTags(
     const qVector< String > & tags
);

Parameters

Name Description
in tags The tags to search for.

Return Values

None.

Description

Sets the tags to search for.

The default is qVector<String>(). Searches for matches to all specified tags. You can specify as many tags as DataStoreConstants::NUM_TAG_SLOT allows.

Revision History

2013/04/01
Changed the description about the number of tags.
2011/05/11
Initial version.

CONFIDENTIAL