Click or drag to resize

AddInManagerGetAddInClasses Method (String, Boolean, FuncType, Boolean)

Namespace:  Dynamicweb.Extensibility.AddIns
Assembly:  Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax
public static IEnumerable<Type> GetAddInClasses(
	string search,
	bool strongMatch,
	Func<Type, bool> typeIsUsablePredicate
)

Parameters

search
Type: SystemString
strongMatch
Type: SystemBoolean
typeIsUsablePredicate
Type: SystemFuncType, Boolean

Return Value

Type: IEnumerableType
See Also