Click or drag to resize

LicensingValidateComponentLicense Method

Checks that the license for a specified component is valid, and throws an exception if it is not.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static void ValidateComponentLicense(
	string componentName
)

Parameters

componentName
Type: SystemString
The component to check.
See Also