Description
Get a SharePoint file
Signature
SharePointGetFile( 'sharepointsite', 'sharepointusername', 'sharepointuserpassword', 'issharepointonline', 'filetoretrieve' )
Example
CreateNote( 'title', 'contact', [contact.contactid] , 'notetext', 'john99.txt', 'text/plain', SharePointGetFile( 'https://north52.sharepoint.com/CRMSite/', 'bill@north52.com', 'password', true, 'https://north52.sharepoint.com/CRMSite/CRMDocuments/john.txt' ) )
Parameters
Name | Type | Description | Required |
---|---|---|---|
sharepointsite | xxxx | xxxx | xxxx |
sharepointusername | xxxx | xxxx | xxxx |
sharepointuserpassword | xxxx | xxxx | xxxx |
issharepointonline | xxxx | xxxx | xxxx |
filetoretrieve | xxxx | xxxx | xxxx |