 | SPContextDeleteFile Method |
Deletes the file.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic FWRetVal DeleteFile(
string folderName,
string fileName
)
Public Function DeleteFile (
folderName As String,
fileName As String
) As FWRetVal
public:
FWRetVal^ DeleteFile(
String^ folderName,
String^ fileName
)
member DeleteFile :
folderName : string *
fileName : string -> FWRetVal
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