Click or drag to resize

Profile.SendFileContents Method (String, ProgressMonitor)

This method is not valid for a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax
public void SendFileContents(
	string filePath,
	ProgressMonitor handler
)

Parameters

filePath
Type: System.String
Path to the file containing the data to send.
handler
Type: Zebra.Sdk.Device.ProgressMonitor
Progress monitor callback handler.

Implements

FileUtil.SendFileContents(String, ProgressMonitor)
Exceptions
ExceptionCondition
InvalidOperationExceptionIf this method is called.
See Also