ProfileToMirrorServer Constructor 
             | 
          
        
         
            Creates an instance of a class which can be used to store a profile onto a mirror server.
            
 
    Namespace: 
   Zebra.Sdk.Device
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic ProfileToMirrorServer(
	string pathToProfile
)
Public Sub New ( 
	pathToProfile As String
)
public:
ProfileToMirrorServer(
	String^ pathToProfile
)
Parameters
- pathToProfile
 - Type: SystemString
Path to the profile to load. (e.g. /home/user/profile.zprofile). 
Exceptions
See Also