Click or drag to resize
ITicketPost Interface

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

Ticket post

Namespace: Netadmin.Management.Ticketing.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketPost

The ITicketPost type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: IPostAttachmentAttachments
Public propertyInt64AuthorId
Public propertyStringAuthorName
Public propertyStringBody
Public propertyDateTimeCreatedDate
Public propertyBooleanCustomerVisible
Public propertyInt64DepartmentId
Public propertyStringDepartmentName
Public propertyStringExternalReference
Public propertyStringFlowActionName
Name of the action taken resulting in this post, can be null
Public propertyStringFlowName
Name of the flow, can be null
Public propertyStringFlowStepName
Name of the step in the flow, can be null
Public propertyInt64Id
Public propertyIEnumerableT, T: StringLabels
Public propertyInt64OwnerId
Public propertyStringOwnerName
Public propertyInt64PriorityId
Public propertyStringPriorityName
Public propertyBooleanServiceProviderVisible
Public propertyInt64StatusId
Public propertyStringStatusName
Public propertyStringTemplateName
Public propertyInt64TicketId
Public propertyInt64TypeId
Public propertyStringTypeName
Top
See Also