ReportFileInfoType Enumeration

Specifies the type of data that is stored inside the report file info class.

Definition

Namespace: PCBI_API_Extensions.Reports.Interfaces
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public enum ReportFileInfoType

Members

FileData0For IFileData.
FilePath1For absolute filepath.
FileName2For file name inside the default report folder (inside the jobs user folder)
SearchTermOrAppendix3For Load: Searches filenames containing the search term inside the default report folder (inside the jobs user folder) - For Save: Adds a custom appendix text at the end of the default file name

Extension Methods

See Also