SharePointListItem Class |
Namespace: Galactic.SharePoint
The SharePointListItem type exposes the following members.
| Name | Description | |
|---|---|---|
| SharePointListItem |
Creates a SharePointListItem object from the underlying ListItem object.
|
| Name | Description | |
|---|---|---|
| DisplayName | ||
| Fields |
A list of all fields defined in the list item.
| |
| Id |
The list item's identifier.
| |
| ListItem |
A SharePoint ListItem object representing this SharePointListItem.
|
| Name | Description | |
|---|---|---|
| Delete |
Deletes the item from the server.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetLookupFieldValue |
Gets the value contained in a lookup field.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToSharePointDocument |
Converts this SharePointListItem to a SharePointDocument object.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateField |
Updates the a field within a SharePointListItem with the specified value.
|