Click or drag to resize
ITicketManagerGetRegardingDisplayName Method

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

Get the display name of the object that the ticket regards

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
string GetRegardingDisplayName(
	long objectTypeId,
	long objectId
)

Parameters

objectTypeId
Type: SystemInt64
Type id for the type of object
objectId
Type: SystemInt64
The id of the object

Return Value

Type: String
The friendly name of the object
See Also