IAttachmentMetadata Interface |
Namespace: EdaIntegrationContract.Document
public interface IAttachmentMetadata
The IAttachmentMetadata type exposes the following members.
Name | Description | |
---|---|---|
AttachmentExportNumbers |
Populated for parent records only, this field contains a list of
export numbers for the parent and each attachment record.
Ex: A0001 for the parent, A0002 and A0003 for its attachments.
| |
AttachmentNames |
list of file names of the (top-level) attached files
| |
AttachmentParentExportNumber |
Export number of the (top-level) parent record. Applied to all members of the family.
Ex: A0001
| |
AttachmentRangeExportNumbers |
Export numbers of the parent record and the last attachment in the family, separated by
a hyphen. Field is empty for records that are not part of a parent/attachment relationship.
Ex: A0001 - A0003
|