Version

RecordFilterScope Enumeration

Used for specifying FieldLayoutSettings.RecordFilterScope property.
Syntax
'Declaration
 
Public Enum RecordFilterScope 
   Inherits System.Enum
public enum RecordFilterScope : System.Enum 
Members
MemberDescription
AllRecordsFieldLayout’s FieldLayout.RecordFilters is used for filtering records.
DefaultDefault is resolved to AllRecords.
SiblingDataRecordsRecordManager’s RecordManager.RecordFilters is used for filtering records. This allows for independent filter criteria on records of different record managers. Note that this only has meaning for child RecordManagers. For the root RecordManager, the field layout's RecordFilters will be used always. Modifying the root RecordManager's RecordFilters will result in an exception.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also