Click or drag to resize
TicketHeader Constructor (String)
Initialize a new instance of class with a specified unique identifier.

Namespace: dk.webCRM.ApiSync.BusinessLayer.RequestContext
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
public TicketHeader(
	string guid
)

Parameters

guid
Type: SystemString
The unique identifier that identifies the user.
See Also