AttachmentInfoKeyPath Property

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.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public string KeyPath { get; set; }

Property Value

String

See Also