Click or drag to resize
IGlobalSearchManagerGetObjectNameById Method

[This is preliminary documentation and is subject to change.]

Get the name of an object, with the specified objectId of the specified objectType

Namespace: Netadmin.Management.Common.Search
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
INameable GetObjectNameById(
	int objectType,
	long objectId
)

Parameters

objectType
Type: SystemInt32
objectId
Type: SystemInt64

Return Value

Type: INameable
An INameable representation of the object instance if it exists, otherwise null
Remarks
Name may be Empty if the object exists with an empty name
See Also