  | AddInManagerGetAddInTypeByAddInName Method  | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static Type GetAddInTypeByAddInName(
	string addInName
)
Public Shared Function GetAddInTypeByAddInName ( 
	addInName As String
) As Type
Parameters
- addInName
 - Type: SystemString
 
Return Value
Type: 
Type
See Also