  | AddInManagerGetAddInIsAdditional Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Extensibility.AddIns
    Assembly:
   Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax[ObsoleteAttribute("Don't use this")]
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool GetAddInIsAdditional(
	Type addInType
)<ObsoleteAttribute("Don't use this")>
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetAddInIsAdditional ( 
	addInType As Type
) As BooleanParameters
- addInType
 - Type: SystemType
 
Return Value
Type: 
Boolean
See Also