Description
Rename a SharePoint Folder.
Signature
SharePointRenameFolder( 'sharepointsite', 'sharepointusername', 'sharepointuserpassword', 'issharepointonline', 'folderpath', 'newfoldername' )
Example
SharePointRenameFolder( 'https://north52.sharepoint.com/CRMSite/', 'bill@north52.com', 'password', true, 'https://north52.sharepoint.com/CRMSite/CRMDocuments/FolderName', 'NewFolderName' )