StandardTableKeyNames.DisplayPath Field

Definition

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.

Applies to