| CreationRuleBaseCheckValueT Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute("Use Check instead.")]
protected bool CheckValue<T>(
ItemType itemType,
string val
)
where T : CreationRule
<ObsoleteAttribute("Use Check instead.")>
Protected Function CheckValue(Of T As CreationRule) (
itemType As ItemType,
val As String
) As Boolean
Parameters
- itemType
- Type: Dynamicweb.Content.Items.MetadataItemType
- val
- Type: SystemString
Type Parameters
- T
Return Value
Type:
BooleanSee Also