SPContext Class |
Namespace: Koden.Utils.SharePoint
The SPContext type exposes the following members.
| Name | Description | |
|---|---|---|
| LoggerInstance |
Gets or sets the logger instance to be used by the File class.
| |
| RequestCount |
| Name | Description | |
|---|---|---|
| DeleteFile |
Deletes the file.
| |
| Dispose | Releases all resources used by the SPContext | |
| 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.) | |
| Folder_Create |
Create a folder in the spHeader speciified library.
| |
| Folder_Exists |
Checks if Folder Exists.
| |
| Folder_GetFolders |
Returns a list of Folders that exist within a library folder
| |
| Folder_GetInfo |
Folder_s the get information.
| |
| Folder_Rename |
Rename a Folder.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Item_GetAllCustomFields |
Get all custom fields for an Item.
| |
| Item_GetInfo |
Get information about an Item.
| |
| Item_GetItems(String, String) | ||
| Item_GetItemsT(String, String) | ||
| Item_UpdateMetadata(DefaultSPItemInfo, String) | ||
| Item_UpdateMetadata(String, String, String, String, String) | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PutFile(String, String, String, String) |
File_s the upload to library.
| |
| PutFile(String, String, String, String, String) |
File_s the upload to library.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |