SharePointClient Class |
Namespace: Galactic.SharePoint
The SharePointClient type exposes the following members.
Name | Description | |
---|---|---|
SharePointClient |
Connects the client to SharePoint using the configuration in the specified configuration item.
|
Name | Description | |
---|---|---|
Dispose |
Closes the client connection to the server and frees up resources.
| |
DownloadFileByUrl |
Downloads a file from the SharePoint server with the specified relative URL.
| |
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.) | |
GetDocumentLibraryByTitle |
Populates a SharePointDocumentLibrary object from the contents of SharePoint Document Library with the supplied title on the server.
| |
GetFileByUrl |
Gets a File object representing a file on the SharePoint server with the specified relative URL.
| |
GetFolderByUrl |
Gets a Folder object representing a folder on the SharePoint server with the specified relative URL.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetListByTitle |
Populates a SharePointList object from the contents of SharePoint List with the supplied title on the server.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Loads values within a specified SharePoint object from the server.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |