Share via


ContentIterator.ItemCoreViewFields property

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

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

Syntax

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

value = ContentIterator.ItemCoreViewFields
public static string ItemCoreViewFields { 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