PdcApplication.Sharepoint

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

Sharepoint(strDirectoryInSharepoint As String) As PdcSharepoint

Description

This property is only available in the EciCloud!!
Initializes the Sharepoint interface within Bemet; Important to note is that the parameter strDirectoryInSharepoint needs to be the name of the root directory from where Bemet will use Sharepoint. This root directory can be found in the settings: Bemet -> settings -> General settings -> General -> Document archive.

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("docrepo")

Availability

available in 2021R4 and up