InteractionAttachmentDataisNewAttachment Field
Whether the attachment you want to add is a new attachment. You can specify one of the following values:
  • True - Specify this value if the attachment you want to add is new.
  • False - Specify this value if the attachment you want to add is an existing file from the server.

Namespace:  Talisma.Server.Common
 

Syntax
C#
public bool isNewAttachment

Field Value

Type: Boolean
See Also