Click or drag to resize

FileCheckForFiles Method

Checks for files.

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public static FWRetVal<string> CheckForFiles(
	FileHeader fileHeader,
	string serverPath,
	FileFilterType filterType = FileFilterType.None,
	string filterText = null
)

Parameters

fileHeader
Type: Koden.Utils.IOFileHeader
The file header.
serverPath
Type: SystemString
The server path.
filterType (Optional)
Type: Koden.Utils.IOFileFilterType
Type of the filter.
filterText (Optional)
Type: SystemString
The filter text.

Return Value

Type: FWRetValString

[Missing <returns> documentation for "M:Koden.Utils.IO.File.CheckForFiles(Koden.Utils.IO.FileHeader,System.String,Koden.Utils.IO.FileFilterType,System.String)"]

See Also