Click or drag to resize

DocumentIsAttachmentArchiveFilePath Property

If true, then the file was an extracted attachment and saved to an attachment archive file given by FilePath and its zero-byte offset in the archive is given by AttachmentArchiveRecordOffset.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsAttachmentArchiveFilePath { get; set; }

Property Value

Boolean
See Also