| ChildRuleAttribute Constructor (Boolean, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Content.Items.Annotations
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [ObsoleteAttribute]
public ChildRuleAttribute(
bool allowRegularPage,
params string[] value
)
<ObsoleteAttribute>
Public Sub New (
allowRegularPage As Boolean,
ParamArray value As String()
)
Parameters
- allowRegularPage
- Type: SystemBoolean
- value
- Type: SystemString
See Also