| IGlobalSearchManager Methods |
[This is preliminary documentation and is subject to change.]
The IGlobalSearchManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| INameable | GetObjectNameById(Int32, Int64) |
Get the name of an object, with the specified objectId of the specified objectType
| |
| IEnumerableT, T: INameable | GetObjectNamesById(Int32, IEnumerableInt64) |
Get the names of a set of objects, with the specified objectIds of the specified objectType
| |
| IEnumerableT, T: INameable | SearchObjectNames(IEnumerableInt64, Int32, String) |
Searches a specified objectType, matching provided searchValue, returning an enumerable of Id/Name pairs
| |
| IEnumerableT, T: INameable | SearchObjectNames(Int64, Int32, String) |
Searches a specified objectType, matching provided searchValue, returning an enumerable of Id/Name pairs
|