| RuleAttributeBase Constructor |
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public RuleAttributeBase(
Type ruleType,
string value
)
Public Sub New (
ruleType As Type,
value As String
)
Parameters
- ruleType
- Type: SystemType
- value
- Type: SystemString
See Also