TSigmaContentLicenseKind Enumeration

Represents type TSigmaContentLicenseKind.

Namespace: Sigma.License
type
 TSigmaContentLicenseKind = (clkOEM, clkWeb, clkNone, clkNodeLocked, clkSiteLocked, clkNumberLocked);

The TSigmaContentLicenseKind type exposes the following members.

Show:
 NameDescription
clkNodeLocked

Represents constant clkNodeLocked.

clkNone

Represents constant clkNone.

clkNumberLocked

Represents constant clkNumberLocked.

clkOEM

Represents constant clkOEM.

clkSiteLocked

Represents constant clkSiteLocked.

clkWeb

Represents constant clkWeb.

Top