Click or drag to resize

SPContext Class

SharePoint context for RESTful calls - File class
SharePoint context for RESTful calls - Folder class
SharePoint context for RESTful calls - Item class
Inheritance Hierarchy
SystemObject
  Koden.Utils.SharePointSPContext

Namespace:  Koden.Utils.SharePoint
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public class SPContext : IDisposable

The SPContext type exposes the following members.

Constructors
  NameDescription
Public methodSPContext
Initializes a new instance of the SPContext class.
Top
Properties
  NameDescription
Public propertyLoggerInstance
Gets or sets the logger instance to be used by the File class.
Public propertyRequestCount
Top
Methods
  NameDescription
Public methodDeleteFile
Deletes the file.
Public methodDispose
Releases all resources used by the SPContext
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 methodFolder_Create
Create a folder in the spHeader speciified library.
Public methodFolder_Exists
Checks if Folder Exists.
Public methodFolder_GetFolders
Returns a list of Folders that exist within a library folder
Public methodFolder_GetInfo
Folder_s the get information.
Public methodFolder_Rename
Rename a Folder.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodItem_GetAllCustomFields
Get all custom fields for an Item.
Public methodItem_GetInfo
Get information about an Item.
Public methodItem_GetItems(String, String)
Public methodItem_GetItemsT(String, String)
Public methodItem_UpdateMetadata(DefaultSPItemInfo, String)
Public methodItem_UpdateMetadata(String, String, String, String, String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPutFile(String, String, String, String)
File_s the upload to library.
Public methodPutFile(String, String, String, String, String)
File_s the upload to library.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also