Attachment |
public class AttachmentDataArchiveCreator : IDisposable
The AttachmentDataArchiveCreator type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachmentDataArchiveCreator | Constructor. |
| Name | Description | |
|---|---|---|
| Close | Permanently closes the AttachmentDataArchiveCreator instance for writing. | |
| Dispose | Dispose. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WriteRecord | Writes the Document child native file record to a attachment data archive (.ada). This method expects that DocumentBytes to be non-null, if not, no record will be written to the .ada file. |