HardTotals.Find(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Locates an existing totals file.
public abstract Microsoft.PointOfService.TotalsFileInfo Find (string fileName);
abstract member Find : string -> Microsoft.PointOfService.TotalsFileInfo
Public MustOverride Function Find (fileName As String) As TotalsFileInfo
Parameters
- fileName
- String
The name of the totals file to be located.