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.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxstring GetRegardingDisplayName(
long objectTypeId,
long objectId
)
Function GetRegardingDisplayName (
objectTypeId As Long,
objectId As Long
) As String
Parameters
- objectTypeId
- Type: SystemInt64
Type id for the type of object - objectId
- Type: SystemInt64
The id of the object
Return Value
Type:
StringThe friendly name of the object
See Also