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)
Syntaxprotected bool IsLicenced(
string feature,
string version
)
Protected Function IsLicenced (
feature As String,
version As String
) As Boolean
Parameters
- feature
- Type: SystemString
The feature to be checked against license. - version
- Type: SystemString
The version to be checked against license.
Return Value
Type:
Booleantrue if control is licensed else returns false.
See Also