ProfileSendFileContents(String) Method
|
This method is not valid for a profile.
Namespace: Zebra.Sdk.DeviceAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 4.0.3435
Syntaxpublic 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| Exception | Condition |
|---|
| InvalidOperationException | If this method is called. |
See Also