| EditorManagerSelectEditorType Method (Type, NullableInt32) |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public Type SelectEditorType(
Type dataType,
Nullable<int> storage
)
Public Function SelectEditorType (
dataType As Type,
storage As Nullable(Of Integer)
) As Type
Parameters
- dataType
- Type: SystemType
- storage
- Type: SystemNullableInt32
Return Value
Type:
TypeSee Also