'Declaration Public Enum RecordFilterScope Inherits System.Enum
public enum RecordFilterScope : System.Enum
Member | Description |
---|---|
AllRecords | FieldLayout’s FieldLayout.RecordFilters is used for filtering records. |
Default | Default is resolved to AllRecords. |
SiblingDataRecords | RecordManager’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. |
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