Click or drag to resize
ITicketManagerTogglePostVisibility Method

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

Toggles the customer visibility of a specified ticket post

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

Parameters

postId
Type: SystemInt64
The id of the post to toggle visibility on

Return Value

Type: Boolean
True if the post is now visible
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if either the ticket or post was not found.
InvalidIdentifierExceptionThrown if the postId is invalid
See Also