Click or drag to resize

ControlBaseIsLicenced Method (String, String)

Gets controls license status for specified feature feature and version version.

Namespace:  Cadcorp.Web.UI
Assembly:  Cadcorp.Web.UI (in Cadcorp.Web.UI.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
protected bool IsLicenced(
	string feature,
	string version
)

Parameters

feature
Type: SystemString
The feature to be checked against license.
version
Type: SystemString
The version to be checked against license.

Return Value

Type: Boolean
true if control is licensed else returns false.
See Also