Click or drag to resize

SPContextDeleteFile Method

Deletes the file.

Namespace:  Koden.Utils.SharePoint
Assembly:  Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntax
public FWRetVal DeleteFile(
	string folderName,
	string fileName
)

Parameters

folderName
Type: SystemString
Name of the folder.
fileName
Type: SystemString
Name of the file.

Return Value

Type: FWRetVal

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

See Also