Click or drag to resize
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.Search
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<INameable> GetObjectNamesById(
	int objectType,
	IEnumerable<long> objectIds
)

Parameters

objectType
Type: SystemInt32
objectIds
Type: System.Collections.GenericIEnumerableInt64

Return Value

Type: IEnumerableINameable
An INameable representation of each object instance that exists
Remarks
Name may be Empty if the object exists with an empty name. Non-existing objects will be omitted in the result
See Also