Skip to content

NoteAttachment

Greg Kolinski edited this page Nov 28, 2017 · 3 revisions

Back To Object Classes


 public partial class NoteAttachment {
        public string FileName {get;set;}
        public byte[] Content {get;set;}
    }

Public Properties

  • FileName - String: The name of the file.
  • Content - Array Byte: The base 64 byte array for the file contents.

Back To Object Classes

Clone this wiki locally