Dynamicweb 8 Documentation
GetAddInTypeByName(String) Method

Name of the type.
Gets the name of the add in type by.
Syntax
'Declaration
 
Public Shared Function GetAddInTypeByName( _ 
   ByVal typeName As String _ 
) As Type
public static Type GetAddInTypeByName( 
   string typeName 
)

Parameters

typeName
Name of the type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddInManager Class
AddInManager Members

Send Feedback