  | AddInManagerGetAddInLabels Method  | 
  
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntaxpublic static IDictionary<string, string> GetAddInLabels(
	Type addInType
)
Public Shared Function GetAddInLabels ( 
	addInType As Type
) As IDictionary(Of String, String)
Parameters
- addInType
 - Type: SystemType
 
Return Value
Type: 
IDictionaryString, 
String
See Also