Click or drag to resize

SPContextPutFile Method (String, String, String, String)

File_s the upload to library.

Namespace:  Koden.Utils.SharePoint
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public DefaultSPItemInfo PutFile(
	string folderName,
	string fileToUpload,
	string saveAsName,
	string strTitle
)

Parameters

folderName
Type: SystemString
Name of the folder.
fileToUpload
Type: SystemString
The file to upload.
saveAsName
Type: SystemString
Name of the save as.
strTitle
Type: SystemString
The STR title.

Return Value

Type: DefaultSPItemInfo

[Missing <returns> documentation for "M:Koden.Utils.SharePoint.SPContext.PutFile(System.String,System.String,System.String,System.String)"]

See Also