NoteAttachment - LorenData/ECGrid-API GitHub Wiki 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