public static RenameDocument ( System.IServiceProvider site, string oldName, string newName, uint newItemId ) : void | ||
site | System.IServiceProvider | The service provider. |
oldName | string | Full path to the old name of the document. |
newName | string | Full path to the new name of the document. |
newItemId | uint | The new item id of the document |
return | void |