Click or drag to resize
ITicketManagerPostDetails Method

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

Returns details of a specific post

Namespace: Netadmin.Management.Ticketing
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
ITicketPost PostDetails(
	long postId
)

Parameters

postId
Type: SystemInt64
The id of the post

Return Value

Type: ITicketPost

[Missing <returns> documentation for "M:Netadmin.Management.Ticketing.ITicketManager.PostDetails(System.Int64)"]

Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if the post could not be found.
See Also