Click or drag to resize

IAttachmentMetadata Interface

Document attachments metadata

Namespace:  EdaIntegrationContract.Document
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
public interface IAttachmentMetadata

The IAttachmentMetadata type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentExportNumbers
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.
Public propertyAttachmentNames
list of file names of the (top-level) attached files
Public propertyAttachmentParentExportNumber
Export number of the (top-level) parent record. Applied to all members of the family. Ex: A0001
Public propertyAttachmentRangeExportNumbers
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
Top
See Also