Click or drag to resize

AddInManagerGetAddInClasses Method (String, 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
)

Parameters

search
Type: SystemString
strongMatch
Type: SystemBoolean

Return Value

Type: IEnumerableType
See Also