StandardTableColumnDefinitions.DocumentName Field

Definition

The column used to display the document name associated with the entry.

public: System::String ^ DocumentName;
std::wstring DocumentName;
public const string DocumentName;
val mutable DocumentName : string
Public Const DocumentName As String 

Field Value

Remarks

This column uses the DocumentName key name in an entry.

This column displays only the file name GetFileName(String) in the column.

The full path is displayed as a tool tip on the column (and is used when copying the column's contents).

Applies to