| CreationRuleBaseCheckRuleValue Method |
Namespace:
Dynamicweb.Content.Items.Activation
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax protected virtual bool CheckRuleValue(
IEnumerable<string> ruleValues,
string currentValue
)
Protected Overridable Function CheckRuleValue (
ruleValues As IEnumerable(Of String),
currentValue As String
) As Boolean
Parameters
- ruleValues
- Type: System.Collections.GenericIEnumerableString
- currentValue
- Type: SystemString
Return Value
Type:
BooleanSee Also