Click or drag to resize

RuleSetBasedExport Class

Base class for all ruleset based exports
Inheritance Hierarchy

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public abstract class RuleSetBasedExport : ExportDataArgs

The RuleSetBasedExport type exposes the following members.

Properties
  NameDescription
Public propertySelectedRuleSet
The rule set to use for this export
Top
Methods
  NameDescription
Public methodSetPackageState
Sets a package state override of the given package. If no override is set for a package the checked state from the rule set definition will be used
Top
See Also