| CreationRuleBaseCheckT Method |
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax protected bool Check<T>(
ItemType itemType,
string value
)
where T : CreationRule
Protected Function Check(Of T As CreationRule) (
itemType As ItemType,
value As String
) As Boolean
Parameters
- itemType
- Type: Dynamicweb.Content.Items.MetadataItemType
- value
- Type: SystemString
Type Parameters
- T
Return Value
Type:
BooleanSee Also