LoadFilter

LoadFilter class

Represents the filter that provides options for loading data when loading diagram from template.

Constructors

NameDescription
LoadFilterConstructs one LoadFilter with default filter options LoadDataFilterOptions.All.
LoadFilterConstructs one LoadFilter with given filter options.

Properties

NameTypeDescription
LoadDataFilterOptionsintThe filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer cons

LoadFilter() (1 of 2)

Constructs one LoadFilter with default filter options LoadDataFilterOptions.All.


LoadFilter(opts) (2 of 2)

Constructs one LoadFilter with given filter options.

ParameterTypeDescription
optsintA LoadDataFilterOptions value. the default filter options

LoadFilter.LoadDataFilterOptions property

The filter options to denote what data should be loaded. The value of the property is LoadDataFilterOptions integer constant.

Type: int