Table of Contents

Class RulesManager

Namespace
Dynamicweb.Content.Items.Queries.Rules
Assembly
Dynamicweb.dll
public static class RulesManager
Inheritance
RulesManager
Inherited Members

Methods

GetRulesDataFields(ItemType, bool)

Get data fields for rules

public static List<RuleField> GetRulesDataFields(ItemType itemType, bool loadOptions = true)

Parameters

itemType ItemType
loadOptions bool

Returns

List<RuleField>
To top