ITicketManagerToggleServiceProviderPostVisibility Method |
[This is preliminary documentation and is subject to change.]
Toggles the visibility of a post for service providers
Namespace: Netadmin.Management.TicketingAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxbool ToggleServiceProviderPostVisibility(
long postId
)
Function ToggleServiceProviderPostVisibility (
postId As Long
) As Boolean
Parameters
- postId
- Type: SystemInt64
The id of the ticket post to toggle
Return Value
Type:
BooleanThe new value of the post's service provider visibility
Exceptions
See Also