PdcApplication.Sharepoint: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Opens a sharepoint location. The info to this location should be entered in Bemet --> restservices. | Opens a sharepoint location. The info to this location (Oauth2.0 client ID and secrest) should be entered in Bemet --> restservices. | ||
== Code example == | == Code example == |
Revision as of 12:29, 28 January 2022
Declaration
Sharepoint(strDirectoryInSharepoint As String) As PdcSharepoint
Description
Opens a sharepoint location. The info to this location (Oauth2.0 client ID and secrest) should be entered in Bemet --> restservices.
Code example
Dim sp As PDCEXT.PdcSharepoint = PDC.App.Sharepoint("scriptLocation")
Availability
available in 2021R4 and up