Table of Contents

AttachmentInfo.KeyPath Property

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

Gets or sets the key path of the attachment if possible. If Key has PDF internal folder id e.g "<2>File.docx", this will be "Subfolder 2/File.docx" where "File.docx" will come from Name. No subfolder will exist for those beginning with "<0>", as those are in root. Resolving PDF internal folder id is not currently supported so subfolders will be generic like "Subfolder 2". However, this is still useful to detect if attachment is in a subfolder. Note that this will be generated automatically when reading the PDF.

public string KeyPath { get; set; }

Property Value

string