Click or drag to resize

LicensingFindComponent Method

Find a licensed component of the given name, if a license has been activated for that 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 LicensedComponent FindComponent(
	string componentName
)

Parameters

componentName
Type: SystemString
The component to look for.

Return Value

Type: LicensedComponent
The licensed component, or if there is no activated license for that component.
See Also