[Missing <param name="searchValue"/> documentation for "M:Netadmin.Management.Common.Search.IGlobalSearchManager.SearchObjectNames(System.Collections.Generic.IEnumerable{System.Int64},System.Int32,System.String)"]
Return Value
Type: IEnumerableINameable
At most 100 results of Id/Name pairs for a given objecttype, matching the provided searchvalue
Remarks
In most cases, a generic search is used to match the Name property of an object type to the provided search value.
However, specialized searches may exist for certain object types, where a generic search isn't appropriate, and may differ in implementation
by only performing StartsWith searches instead of open-ended Like searches.