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: 3.0.3271
Syntax
public ProfileToMirrorServer(
	string pathToProfile
)

Parameters

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