SPList Methods
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddWorkflowAssociation |
Adds a workflow association to the list.
|
| BreakRoleInheritance |
Breaks the role assignment inheritance for the list and gives the current list its own copy of the role assignments.
|
| CheckPermissions |
Checks the permissions for the list and throws UnauthorizedAccessException if the current user does not have the specified set of rights.
|
| Delete |
Deletes the list.
|
| DoesUserHavePermissions |
Overloaded.
Checks the permissions of the list. |
| EnsureRssSettings |
Checks the RSS settings of the list, and, if necessary, updates them to ensure that the most current settings are used.
|
| Equals | Overloaded. (inherited from Object) |
| GetChanges |
Overloaded.
Queries the change log and returns a collection of changes that have occurred in the list. |
| GetContentTypeIdByUrl |
Returns the content type identifier for the content type with the specified URL.
|
| GetDefaultViewForContentType |
Returns the default view of list data that is used by the specified content type.
|
| GetDirectChildContentType |
Returns the content type identifier for the content type that is the direct child of the specified content type.
|
| GetDistinctFieldValues |
Returns a two-dimensional object that represents an array of field values in which data duplication within a specified field in the list is eliminated and each value returned is unique.
|
| GetHashCode | (inherited from Object) |
| GetItemById |
Returns the list item with the specified integer ID.
|
| GetItemByUniqueId |
Returns the list item that is associated with the specified global unique identifier (GUID).
|
| GetItems |
Overloaded.
Returns a collection of items from the list. |
| GetPropertiesXmlForUncustomizedViews |
Returns properties of the uncustomized views of the list, including the GUID, the type, the display name, the URL, and the ID of the base view.
|
| GetType | (inherited from Object) |
| GetUncustomizedViewByBaseViewId |
Returns the view object that is associated with the specified base view identifier.
|
| GetUserEffectivePermissionInfo |
Gets an object with detailed information about the effective permissions that a specified user has on the list and the role assignments for this user at this scope.
|
| GetUserEffectivePermissions |
Gets the effective permissions that a specified user has on the list.
|
| GetView |
Returns a view of the list based on the specified GUID.
|
| IsContentTypeAllowed |
Overloaded.
Verifies that the list supports the specified content type. |
| Recycle |
Recycles the list and returns the list's globally unique identifier (GUID).
|
| ReferenceEquals | (inherited from Object) |
| RemoveWorkflowAssociation |
Removes the specified workflow association from the list.
|
| RenderAsHtml |
Returns a string representation of the specified query in HTML format.
|
| ResetRoleInheritance |
Removes the local role assignments and reverts to role assignments from the parent list.
|
| SaveAsTemplate |
Saves the list as a template in the list template gallery and includes the option of saving with or without the data that is contained in the current list.
|
| ServerTemplateCanReceiveEmail |
Returns a Boolean value that specifies whether the specified list template and Web site support receiving e-mail.
|
| ToString |
Overridden.
Returns the title of the list. |
| Update |
Overloaded.
Updates the database with changes that are made to the list. |
| UpdateWorkflowAssociation |
Updates the specified workflow assocation.
|
| WriteRssFeed |
Overloaded.
Writes the RSS feeds from the list to a specified document stream. |
| Name | Description | |
|---|---|---|
| EnsurePropsFresh |
Checks the properties of the list, and, if necessary, updates them to ensure that the most current settings are used.
|
| Finalize | (inherited from Object) |
| MemberwiseClone | (inherited from Object) |
| SetAttributesForPropertiesXML |
This member is reserved for internal use and is not intended to be used directly from your code.
|