ContentIterator.FolderCoreViewFields Property

Gets common view fields for limiting the columns fetched in a query for folders.

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Shared ReadOnly Property FolderCoreViewFields As String
    Get
'Usage
Dim value As String

value = ContentIterator.FolderCoreViewFields
public static string FolderCoreViewFields { get; }

Property Value

Type: System.String
Returns String.

Remarks

You can append the specific fields that you require to this value.

See Also

Reference

ContentIterator Class

ContentIterator Members

Microsoft.Office.Server.Utilities Namespace