dtSearch Text Retrieval Engine .NET interface

SearchReportJob.FileHeader Property

Text to appear at the start of each document in the report.

public string FileHeader {get; set;}

Remarks

Use the following symbols to insert file information into the header.

%%Filename%% The name of the file (without path information). For PDF and HTML files, this will be the Title.
%%Location%% The location of the file
%%Fullname%% The path and filename of the file.
%%Size%% File size in bytes
%%Date%% Modification date of the file when indexed
%%Hits%% Number of hits in the file
%%Title%% The first 80 characters of the file

See Also

SearchReportJob Class | dtSearch.Engine Namespace