Views:

Description

Delete a SharePoint Folder

Signature

SharePointDeleteFolder(
  'sharepointsite',
  'sharepointusername', 
  'sharepointuserpassword', 
  'issharepointonline',
  'foldertodelete'
)

Example

SharePointDeleteFolder(
  'https://north52.sharepoint.com/CRMSite/',
  'bill@north52.com',
  'password',
  true,
  'https://north52.sharepoint.com/CRMSite/CRMDocuments/FolderX'
)

Parameters

Name Type Description Required
sharepointsite xxxx xxxx xxxx
sharepointusername xxxx xxxx xxxx
sharepointuserpassword xxxx xxxx xxxx
issharepointonline xxxx xxxx xxxx
foldertodelete xxxx xxxx xxxx