Click or drag to resize

Licensing.IsComponentLicenseValid Method

Determines if a valid license is available for the specified component.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static bool IsComponentLicenseValid(
	string componentName
)

Parameters

componentName
Type: System.String
The component to check.

Return Value

Type: Boolean
true if the license for the specified component is valid; otherwise false.
See Also