Description
Create a SharePoint Site
Signature
SharePointCreateSite( 'sharepointsite', 'sharepointusername', 'sharepointuserpassword', 'issharepointonline', 'siteurlname', 'sitename', 'sitedesc', 'language', 'template', 'uniquepermissions' )
Example
SharePointCreateSite( 'https://north52.sharepoint.com/CRMSite/', 'bill@north52.com', 'password', true, 'MySite', 'MySite', 'MySite', '1033', 'sts', 'false' )
Parameters
Name | Type | Description | Required |
---|---|---|---|
sharepointsite | xxxx | xxxx | xxxx |
sharepointusername | xxxx | xxxx | xxxx |
sharepointuserpassword | xxxx | xxxx | xxxx |
issharepointonline | xxxx | xxxx | xxxx |
siteurlname | xxxx | xxxx | xxxx |
sitename | xxxx | xxxx | xxxx |
sitedesc | xxxx | xxxx | xxxx |
language | xxxx | xxxx | xxxx |
template | xxxx | xxxx | xxxx |
uniquepermissions | xxxx | xxxx | xxxx |