Click or drag to resize
Galactic API

SharePointClient Class

Inheritance Hierarchy
SystemObject
  Galactic.SharePointSharePointClient

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class SharePointClient : IDisposable

The SharePointClient type exposes the following members.

Constructors
  NameDescription
Public methodSharePointClient
Connects the client to SharePoint using the configuration in the specified configuration item.
Top
Methods
  NameDescription
Public methodDispose
Closes the client connection to the server and frees up resources.
Public methodDownloadFileByUrl
Downloads a file from the SharePoint server with the specified relative URL.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDocumentLibraryByTitle
Populates a SharePointDocumentLibrary object from the contents of SharePoint Document Library with the supplied title on the server.
Public methodGetFileByUrl
Gets a File object representing a file on the SharePoint server with the specified relative URL.
Public methodGetFolderByUrl
Gets a Folder object representing a folder on the SharePoint server with the specified relative URL.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetListByTitle
Populates a SharePointList object from the contents of SharePoint List with the supplied title on the server.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Loads values within a specified SharePoint object from the server.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also