| 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
)
Public Shared Function GetAddInClasses (
search As String,
strongMatch As Boolean,
typeIsUsablePredicate As Func(Of Type, Boolean)
) As IEnumerable(Of Type)
Parameters
- search
- Type: SystemString
- strongMatch
- Type: SystemBoolean
- typeIsUsablePredicate
- Type: SystemFuncType, Boolean
Return Value
Type:
IEnumerableTypeSee Also