DocumentSetVersion.GetDisplayFields Method

Gets the document set snapshot metadata fields with titles and values formatted to the locale.

Namespace:  Microsoft.Office.DocumentManagement.DocumentSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Function GetDisplayFields As List(Of DocumentSetVersionField)
'Usage
Dim instance As DocumentSetVersion
Dim returnValue As List(Of DocumentSetVersionField)

returnValue = instance.GetDisplayFields()
public List<DocumentSetVersionField> GetDisplayFields()

Return Value

Type: System.Collections.Generic.List<DocumentSetVersionField>
A list of DocumentSetVersionField objects for every document set metadata field captured in the snapshot as formatted to the current locale.

Remarks

Call this method to get the document set metadata for subsequent output to the user. This method formats the titles and values specifically for the current locale. If the field that was originally captured by this snapshot has been deleted since, no formatting will occur.

See Also

Reference

DocumentSetVersion Class

DocumentSetVersion Members

Microsoft.Office.DocumentManagement.DocumentSets Namespace