Version

RecordSelectorNumberFormat Enumeration

Determines the format of the number to display inside of the RecordSelectorNumber element.
Syntax
'Declaration
 
Public Enum RecordSelectorNumberFormat 
   Inherits System.Enum
public enum RecordSelectorNumberFormat : System.Enum 
Members
MemberDescription
DefaultUse the default setting which resolves to 'RecordNumberOnly'
IncludeParentRecordNumberConcatenate the record's number to its parent record's number. For example, '2.15.6' for a record that is 3 levels deep in the hierarchy.
RecordNumberOnlyDisplay only the index of the record within its parent.
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