arachnode.net

HtmlManager.GetFileUrl Method

Get the AbsoluteUri for a File. The File could be on disk, or we may need to hotlink to the File. The method is used by the search display facilities. //TODO: 1.5 Add a property specification for hotlinking. Also, many hotlinked files may not render. Add a setting to omit files that can't be previewed.

public static string GetFileUrl(
   string absoluteUri,
   string fullTextIndexType,
   ArachnodeDAO arachnodeDAO
);

Parameters

absoluteUri
fullTextIndexType
arachnodeDAO

Return Value

See Also

HtmlManager Class | Arachnode.SiteCrawler.Managers Namespace