OESubSearchStatusToName¶
Attention
This API is currently available in C++ and Python.
std::string OESubSearchStatusToName(const unsigned status)
Returns the string representation of the constants in the
OESubSearchStatus
namespace.
See also
OESubSearchDatabase.Search
method
Code Example