Click or drag to resize
RuleConditions Property
Gets or sets a collection of conditions for the rule, if any.

Namespace: ConnectedApps.Cms.Entities.Rewrite
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public EntityCollection<Condition> Conditions { get; set; }

Property Value

Type: EntityCollectionCondition
See Also