Click or drag to resize

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.1869
Syntax
public ProfileToMirrorServer(
	string pathToProfile
)

Parameters

pathToProfile
Type: SystemString
Path to the profile to load. (e.g. /home/user/profile.zprofile).
Exceptions
ExceptionCondition
IOExceptionIf an I/O error occurs.
See Also