Click or drag to resize

ProfileSendFileContents Method (String)

This method is not valid for a profile.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public void SendFileContents(
	string filePath
)

Parameters

filePath
Type: SystemString
Path to the file containing the data to send.

Implements

FileUtilSendFileContents(String)
Exceptions
ExceptionCondition
InvalidOperationExceptionIf this method is called.
See Also