ViewCreationInformation members
Specifies the properties used to create a new list view.
The ViewCreationInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ViewCreationInformation | Initializes a new instance of the ViewCreationInformation object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
baseViewId | |
![]() |
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 | Gets or sets a value that specifies the maximum number of list items that the new list view displays on a visual page of the list view. |
![]() |
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. (Overrides ClientValueObject.TypeId.) |
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
![]() |
InitOnePropertyFromJson | (Overrides ClientValueObject.InitOnePropertyFromJson(String, JsonReader).) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides ClientValueObject.WriteToXml(XmlWriter, SerializationContext).) |
Top