ProfileSendFileContents(String) Method
|
This method is not valid for a profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax public void SendFileContents(
string filePath
)
Public Sub SendFileContents (
filePath As String
)
public:
virtual void SendFileContents(
String^ filePath
) sealed
Parameters
- filePath String
- Path to the file containing the data to send.
Implements
FileUtilSendFileContents(String)Exceptions See Also