StandardTableKeyNames2.DisplayPath Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The full displayed path for the entry.
public: System::String ^ DisplayPath;
public const string DisplayPath;
val mutable DisplayPath : string
Public Const DisplayPath As String
Field Value
Remarks
DocumentName is the path used to navigate to the entry. DisplayPath is only used for what is displayed to the end user. If this is not set, then DocumentName is displayed to the end user.
The displayed path does not have to correspond to a valid location but should follow the standard conventions with respect to disk and directory separators.