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