SharePointDocument Class |
Namespace: Galactic.SharePoint
The SharePointDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| SharePointDocument |
Creates a SharePointDocument object from the underlying ListItem object.
|
| Name | Description | |
|---|---|---|
| CreationTime |
The date and time the document was created.
| |
| DisplayName | (Inherited from SharePointListItem.) | |
| Fields |
A list of all fields defined in the list item.
(Inherited from SharePointListItem.) | |
| FileExtension |
The file extension of the document.
| |
| FileSize |
The size of the file in bytes.
| |
| Id |
The list item's identifier.
(Inherited from SharePointListItem.) | |
| LastModifiedBy |
The user who last modified the document.
| |
| LastModifiedTime |
The date and time the document was last modified.
| |
| ListItem |
A SharePoint ListItem object representing this SharePointListItem.
(Inherited from SharePointListItem.) | |
| Name |
The name of the document.
|
| Name | Description | |
|---|---|---|
| Delete |
Deletes the item from the server.
(Inherited from SharePointListItem.) | |
| 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.
(Inherited from SharePointListItem.) | |
| 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.
(Inherited from SharePointListItem.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateField |
Updates the a field within a SharePointListItem with the specified value.
(Inherited from SharePointListItem.) |
| Name | Description | |
|---|---|---|
| listItem | (Inherited from SharePointListItem.) |