PdcApplication.Sharepoint: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Opens a sharepoint location. Before using this function set the Oauth2.0 client ID and secret in | Opens a sharepoint location. Before using this function set the Oauth2.0 client ID and secret in Bemet, restservices. | ||
== Code example == | == Code example == |
Revision as of 14:44, 28 January 2022
Declaration
Sharepoint(strDirectoryInSharepoint As String) As PdcSharepoint
Description
Opens a sharepoint location. Before using this function set the Oauth2.0 client ID and secret in Bemet, restservices.
Code example
Dim sp As PDCEXT.PdcSharepoint = PDC.App.Sharepoint("scriptLocation")
Availability
available in 2021R4 and up