Click or drag to resize

Profile Constructor

Create a Profile object backed by an existing .zprofile file.

Namespace:  Zebra.Sdk.Device
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public Profile(
	string pathToProfile
)

Parameters

pathToProfile
Type: SystemString
Path to the profile file.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the file pathToProfile does not exist.
See Also