Gets or sets a list of filter instructions which are used to filter the data rows before merging. To not filter the block data, just leave this property empty or set it to null.

Introduced: X16.

Syntax

public List<DocumentServer.DataShaping.FilterInstruction> Filters { get; set; }
Public Property Filters() As List(Of DocumentServer.DataShaping.FilterInstruction)