Click or drag to resize

LicensingIsComponentLicenseValid 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: 24.1.418.0 (24.1.418.0)
Syntax
public static bool IsComponentLicenseValid(
	string componentName
)

Parameters

componentName
Type: SystemString
The component to check.

Return Value

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