Click or drag to resize

DataObjectReferencePath Fields

The DataObjectReferencePath type exposes the following members.

Fields
  NameDescription
Public fieldDisplayFormat
Contains a display format used to obtain textual values of the data objects found using the reference path. The display format may contain fixed text and variable text in the form of properties and fixed fields. Properties must be stated by their system name enclosed in square brackets (example: [NAME]). Fixed fields must be stated by their name enclosed in square brackets (example: [Assignee]). Example: "His name is: [FNAME] [LNAME]" DisplayFormat can be null in which case the display names of the data objects found using the reference path are used.
Public fieldStatic memberSystemNameAndResourceTypeNameRegExp
The fragment of a reference path in between "/" (forward), "\" (backward), ":[display name format]" and "{" (filter expression)
Top
See Also