Specifies a list view.
View 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
![]() |
View | Initializes a new instance of the SPView class. |
页首
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
Aggregations | Gets or sets a value that specifies fields and functions that define totals shown in a list view. |
![]() |
AggregationsStatus | Gets or sets a value that specifies whether totals are shown in the list view. |
![]() |
BaseViewId | Gets a value that specifies the base view identifier of the list view. |
![]() |
ContentTypeId | Gets or sets the identifier of the content type with which the view is associated so that the view is available only on folders of this content type. |
![]() |
Context | Returns the context that is associated with the client object. (从 ClientObject 继承。) |
![]() |
DefaultView | Gets or sets a value that specifies whether the list view is the default list view. |
![]() |
DefaultViewForContentType | Gets or sets a value that specifies whether the list view is the default list view for the content type specified by ContentTypeId. |
![]() |
EditorModified | Gets or sets a value that specifies whether the list view was modified in an editor. |
![]() |
Formats | Gets or sets a value that specifies the column and row formatting for the list view. |
![]() |
Hidden | Gets or sets a value that specifies whether the list view is hidden. |
![]() |
HtmlSchemaXml | Gets a value that specifies the XML document that represents the list view. |
![]() |
Id | Gets a value that specifies the view identifier of the list view. |
![]() |
ImageUrl | Gets a value that specifies the URI (Uniform Resource Identifier) of the image for the list view. |
![]() |
IncludeRootFolder | Gets or sets a value that specifies whether the current folder is displayed in the list view. |
![]() |
JSLink | Specifies the JavaScript files used for the view. |
![]() |
ListViewXml | |
![]() |
Method | Gets or sets a value that specifies the view method for the list view. |
![]() |
MobileDefaultView | Gets or sets a value that specifies whether the list view is the default mobile list view. |
![]() |
MobileView | Gets or sets a value that specifies whether the list view is a mobile list view. |
![]() |
ModerationType | Gets a value that specifies the content approval type for the list view. |
![]() |
ObjectData | Gets the object data for the current client object. (从 ClientObject 继承。) |
![]() |
ObjectVersion | Gets a string that indicates the version of the current client object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
OrderedView | Gets a value that specifies whether list items can be reordered in the list view. |
![]() |
Paged | Gets or sets a value that specifies whether the list view is a paged view. |
![]() |
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
PersonalView | Gets a value that specifies whether the list view is a personal view. |
![]() |
ReadOnlyView | Gets a value that specifies whether the list view is read-only. |
![]() |
RequiresClientIntegration | Gets a value that specifies whether the list view requires client integration rights. |
![]() |
RowLimit | Gets or sets a value that specifies the maximum number of list items to display in a visual page of the list view. |
![]() |
Scope | Gets or sets a value that specifies the scope for the list view. |
![]() |
ServerObjectIsNull | Gets the server object and returns null if the server object is null. (从 ClientObject 继承。) |
![]() |
ServerRelativeUrl | Gets a value that specifies the server-relative URL of the list view page. |
![]() |
StyleId | Gets a value that specifies the identifier of the view style for the list view. |
![]() |
Tag | Gets or sets data that is associated with the client object. (从 ClientObject 继承。) |
![]() |
Threaded | Gets a value that specifies whether the list view is a threaded view. |
![]() |
Title | Gets or sets a value that specifies the display name of the list view. |
![]() |
Toolbar | Gets or sets a value that specifies the toolbar for the list view. |
![]() |
ToolbarTemplateName | Gets a value that specifies the name of the template for the toolbar that is used in the list view. |
![]() |
TypedObject | Gets the object with the correct type information returned from the server. (从 ClientObject 继承。) |
![]() |
ViewData | Gets or sets a value that specifies the view data for the list view. |
![]() |
ViewFields | Gets a value that specifies the collection of fields in the list view. |
![]() |
ViewJoins | Gets or sets a value that specifies the joins that are used in the list view. |
![]() |
ViewProjectedFields | Gets or sets a value that specifies the projected fields that will be used by the list view. |
![]() |
ViewQuery | Gets or sets a value that specifies the query that is used by the list view. |
![]() |
ViewType | Gets a value that specifies the type of the list view. |
![]() |
VisualizationInfo |
页首
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (从 ClientObject 继承。) |
![]() |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
DeleteObject | Deletes the list view. |
![]() |
FromJson | Indicates whether custom code was used to populate an object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript 对象表示法 (JSON) data from the server. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
InitOnePropertyFromJson | (覆盖 ClientObject.InitOnePropertyFromJson(String, JsonReader)。) |
![]() |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (从 ClientObject 继承。) |
![]() |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (从 ClientObject 继承。) |
![]() |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) |
![]() |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (从 ClientObject 继承。) |
![]() |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (从 ClientObject 继承。) |
![]() |
RenderAsHtml | Returns the list view as HTML. |
![]() |
Retrieve() | Retrieves all scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. 此成员仅供内部使用,不能直接在您的代码中使用。 (从 ClientObject 继承。) |
![]() |
ToString | (从 Object 继承。) |
![]() |
Update | Commits changed properties of the list view. |
![]() |
UpdateClientObjectPropertyType | Updates the client object property's value to have correct type by using the type information returned from the server. (从 ClientObject 继承。) |
页首
.gif)
.gif)
.gif)
.gif)