Click or drag to resize

PFSiteSetLicence Method

Sets the licence for this Site.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void SetLicence(
	LicenceData data
)

Parameters

data
Type: LicenceData
The licence data.
Exceptions
ExceptionCondition
AccessDeniedExceptionCurrent user is not authorized to set licence.
See Also