| AddInManagerGetAddInTypeByName Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static Type GetAddInTypeByName(
string typeName
)
Public Shared Function GetAddInTypeByName (
typeName As String
) As Type
Parameters
- typeName
- Type: SystemString
Return Value
Type:
TypeSee Also