IoResponse public class IoResponse Documentation Code public string ErrorMessage { get; set; } public string ErrorText { get; set; } public string Filename { get; set; } public bool Success { get; set; } public IoResponse()