Declaration Syntax
Function GetFileName( _
ByVal request As Request, _
ByVal baseDirectory As DirectoryInfo _
) As String
string GetFileName(
Request request,
DirectoryInfo baseDirectory
);
String GetFileName(
Request request,
DirectoryInfo baseDirectory
);
function GetFileName(
request : Request,
baseDirectory : DirectoryInfo
) : String;
Parameters
- request
- The Request for which a file name should be created.
- baseDirectory
- The directory into which the file will be saved.
Return Value
A file name that can be used to save the response for the passed-in request.Requirements
Namespace: Eas.WebCrawler.PlugIns.FileNamersAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)