SharePointFileInfoProvider.UpdateFile Method |
Updates file in SharePoint library with new content and name.
The newFileName can be the same as the old one.
The updated file is immediately available both on the SharePoint server and locally in the library.
Namespace: CMS.SharePointAssembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 10.0.0
Syntaxpublic static void UpdateFile(
SharePointFileInfo fileInfo,
Stream contentStream,
string newFileName
)
Parameters
- fileInfo
- Type: CMS.SharePoint.SharePointFileInfo
SharePoint file to be updated. - contentStream
- Type: System.IO.Stream
Stream containing the new file's binary content. - newFileName
- Type: System.String
File name of the updated file.
Exceptions
See Also