PdcApplication.Sharepoint: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == Sharepoint(strDirectoryInSharepoint As String) AsPdcSharepoint == Description == Opens a sharepoint location. The info to this location should be enter..."
 
No edit summary
Line 1: Line 1:
== Declaration ==
== Declaration ==
Sharepoint(strDirectoryInSharepoint As String) As[[PdcSharepoint ]]
Sharepoint(strDirectoryInSharepoint As String) As [[PdcSharepoint ]]


== Description ==
== Description ==

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 should be entered in Bemet --> restservices.

Code example

Dim sp As PDCEXT.PdcSharepoint = PDC.App.Sharepoint("scriptLocation")

Availability

available in 2021R4 and up