Click or drag to resize

IAttachmentMetadataAttachmentExportNumbers Property

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.

Namespace:  EdaIntegrationContract.Document
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 7.6
Syntax
C#
ICollection<string> AttachmentExportNumbers { get; }

Property Value

Type: ICollectionString
See Also