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