Contents

Summary

An attachment.

Properties

Name Type Summary
ID Guid The ID of the attachment.
AttachmentType TeamDynamix.Api.Attachments.AttachmentType The type of the attachment.
ItemID Int32 The ID of the item associated with the attachment.
CreatedUid Guid The UID of the user who uploaded the attachment.
CreatedFullName String The full name of the user who uploaded the attachment.
CreatedDate DateTime The upload date of the attachment.
Name String The file name of the attachment.
Size Int32 The size of the attachment, in bytes.
Uri String The URI to retrieve the full details of the attachment via the web API.
ContentUri String The URI to retrieve the contents of the attachment via the web API.