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

Parameters

pathToProfile  String
Path to the profile file.
Exceptions
ExceptionCondition
FileNotFoundExceptionIf the file pathToProfile does not exist.
See Also