View members
Specifies a list view.
The View type exposes the following members.
Constructors
Name | Description | |
---|---|---|
View | Initializes a new instance of the SPView class. |
Top
Properties
Name | Description | |
---|---|---|
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. (Inherited from ClientObject.) | |
CustomFormatter | ||
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. (Inherited from ClientObject.) | |
ObjectVersion | Gets a string that indicates the version of the current client object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from 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. | |
PageRenderType | ||
Path | Tracks how a client object is created in the ClientRuntimeContext class so that the object can be recreated on the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from 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. (Inherited from ClientObject.) | |
ServerRelativePath | ||
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. | |
TabularView | ||
Tag | Gets or sets data that is associated with the client object. (Inherited from 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. (Inherited from 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 |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | Checks to determine whether the specified value type property of a ClientObject has been initialized. (Inherited from ClientObject.) | |
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
DeleteObject | Deletes the list view. | |
FromJson | Indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitNonPropertyFieldFromJson | Initializes a non-property field of the client object based on JavaScript Object Notation (JSON) data from the server. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
InitOnePropertyFromJson | (Overrides ClientObject.InitOnePropertyFromJson(String, JsonReader).) | |
IsObjectPropertyInstantiated | Indicates whether the specified property of the client object is instantiated. (Inherited from ClientObject.) | |
IsPropertyAvailable | Returns a Boolean value that indicates whether the specified scalar property has been retrieved or set. (Inherited from ClientObject.) | |
LoadExpandoFields | Initializes the extended properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RefreshLoad | Reloads all scalar properties associated with the client object when overridden in a derived class. (Inherited from ClientObject.) | |
RemoveFromParentCollection | Removes the current client object from the parent client object collection. (Inherited from ClientObject.) | |
RenderAsHtml | Returns the list view as HTML. | |
Retrieve() | Retrieves all scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
Retrieve([]) | Retrieves the specified scalar properties associated with the object. This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientObject.) | |
ToString | (Inherited from 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. (Inherited from ClientObject.) |
Top