| ItemFieldIsEditorType Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Metadata
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use IsEditor instead.")]
public bool IsEditorType(
Type t,
bool checkBaseType = false
)
<ObsoleteAttribute("Use IsEditor instead.")>
Public Function IsEditorType (
t As Type,
Optional checkBaseType As Boolean = false
) As Boolean
Parameters
- t
- Type: SystemType
- checkBaseType (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also