IGlobalSearchManagerGetObjectNamesById Method |
[This is preliminary documentation and is subject to change.]
Get the names of a set of objects, with the specified objectIds of the specified objectType
Namespace: Netadmin.Management.Common.SearchAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<INameable> GetObjectNamesById(
int objectType,
IEnumerable<long> objectIds
)
Function GetObjectNamesById (
objectType As Integer,
objectIds As IEnumerable(Of Long)
) As IEnumerable(Of INameable)
Parameters
- objectType
- Type: SystemInt32
- objectIds
- Type: System.Collections.GenericIEnumerableInt64
Return Value
Type:
IEnumerableINameable
An INameable representation of each object instance that exists
RemarksName may be
Empty if the object exists with an empty name.
Non-existing objects will be omitted in the result
See Also