| AddInManagerGetAddInParameterEditor Method |
Namespace:
Dynamicweb.Extensibility.AddIns
Assembly:
Dynamicweb.Extensibility (in Dynamicweb.Extensibility.dll) Version: 4.0.3
Syntax public static AddInParameterEditorAttribute GetAddInParameterEditor(
Type addInType,
string parameterName
)
Public Shared Function GetAddInParameterEditor (
addInType As Type,
parameterName As String
) As AddInParameterEditorAttribute
Parameters
- addInType
- Type: SystemType
- parameterName
- Type: SystemString
Return Value
Type:
AddInParameterEditorAttributeSee Also