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
Syntaxpublic void SendFileContents(
	string filePath
)
Public Sub SendFileContents ( 
	filePath As String
)
public:
virtual void SendFileContents(
	String^ filePath
) sealed
Parameters
- filePath
 - Type: SystemString
Path to the file containing the data to send. 
Implements
FileUtilSendFileContents(String)
Exceptions
See Also