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