Click or drag to resize

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
)

Parameters

addInType
Type: SystemType

Return Value

Type: Boolean
See Also