| AddInManagerGetAddInOrder Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static int GetAddInOrder(
Type addInType
)
Public Shared Function GetAddInOrder (
addInType As Type
) As Integer
Parameters
- addInType
- Type: SystemType
Return Value
Type:
Int32See Also