Click or drag to resize

Licensing.FindComponent 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: 25.1.421.0 (25.1.421.0)
Syntax
public static LicensedComponent FindComponent(
	string componentName
)

Parameters

componentName
Type: System.String
The component to look for.

Return Value

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