ViewCreationInformation 成员
包括受保护的成员
包括继承的成员
Specifies the properties used to create a new list view.
ViewCreationInformation 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
ViewCreationInformation | Initializes a new instance of the ViewCreationInformation object. |
页首
属性
名称 | 说明 | |
---|---|---|
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 | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 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. |
页首
方法
名称 | 说明 | |
---|---|---|
CustomFromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
CustomWriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
FromJson | 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientValueObject 继承。) | |
InitOnePropertyFromJson | (覆盖 ClientValueObject.InitOnePropertyFromJson(String, JsonReader)。) | |
ToString | (从 Object 继承。) | |
WriteToXml | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 ClientValueObject.WriteToXml(XmlWriter, SerializationContext)。) |
页首