Views:

Description

Create a SharePoint Folder

Signature

SharePointCreateFolder(
  'sharepointsite',
  'sharepointusername',
  'sharepointuserpassword', 
  'issharepointonline', 
  'foldertocreate', 
  'ifexistsdonothing'
)

Example

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

Parameters

Name Type Description Required
sharepointsite xxxx xxxx xxxx
sharepointusername xxxx xxxx xxxx
sharepointuserpassword xxxx xxxx xxxx
issharepointonline xxxx xxxx xxxx
foldertocreate xxxx xxxx xxxx
ifexistsdonothing xxxx xxxx xxxx