| AddInManagerGetAddInNames Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static IEnumerable<string> GetAddInNames(
Type addInType
)
Public Shared Function GetAddInNames (
addInType As Type
) As IEnumerable(Of String)
Parameters
- addInType
- Type: SystemType
Return Value
Type:
IEnumerableStringSee Also