====== TCSExtSource ====== Contains the data obtained by processing of external source ===== Syntax ===== TCSExtSource = record Domain: string; Referer: string; Page: string; UserAgent: string; Path: array of string; AfterPath: array of string; ExMasks: array of string; Extensions: array of string; MimeTypes: array of string; ExExtensions: array of string; ExMimeTypes: array of string; Report: string; PageMinTime: integer; end; ==== Fields ==== * **//Domain//** * //type:// string * //functions:// [[en:externalsource:domain]] * **//Referer//** * //type:// string * //functions:// [[en:externalsource:referer]] * **//Page//** * //type:// string * //functions:// [[en:help:externalsource:page]] * **//UserAgent//** * //type:// string * //functions:// [[en:help:externalsource:useragent]] * **//Path//** * //тип:// array of string * //functions:// [[en:help:externalsource:path]] * **//AfterPath//** * //type:// array of string * //functions:// [[en:help:externalsource:afterpath]] * **//ExMasks//** * //type:// array of string * //functions:// [[en:help:externalsource:exmasks]] * **//Extensions//** * //type:// array of string * //functions:// [[en:help:externalsource:extensions]] * **//MimeTypes//** * //тип:// array of string * //functions:// [[en:help:externalsource:mimetypes]] * **//ExExtensions//** * //type:// array of string * //functions:// [[en:help:externalsource:exextensions]] * **//ExMimeTypes//** * //type:// array of string * //functions:// [[en:help:externalsource:exmimetypes]] * **//Report//** * //type:// string * //functions:// [[en:help:externalsource:report]] * **//PageMinTime//** * //type:// integer * //functions:// [[en:help:externalsource:pagemintime]]