SP.ViewCreationInformation Properties

Applies to: SharePoint Foundation 2010

The following table lists the properties of the SP.ViewCreationInformation class.

Properties

Name

Description

paged

Gets or sets a value that specifies whether the new list view is a paged view.

personalView

Gets or sets a value that specifies whether the new list view is a personal view. If the value is false, the new list view is a public view.

query

Gets or sets a value that specifies the query for the new list view.

rowLimit

Its value must be equal to or less than 2147483647.

setAsDefaultView

Gets or sets a value that specifies whether the new list view is the default list view.

title

Gets or sets the value that specifies the display name of the new list view.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

viewFields

Gets or sets the value that specifies the collection of field internal names for the list fields in the new list view.

viewTypeKind

Gets or sets a value that specifies the type of the new list view.

Applies To

SP.ViewCreationInformation Class

See Also

Reference

SP.ViewCreationInformation Methods

SP Namespace