PdcSharepoint.SearchFilesStartingWithName
Declaration
SearchFilesStartingWithName(strName As String) As SharepointFileInfoList
Description
If successful, the result will contain a SharepointFileInfoList from which all the files can be accessed.
If unsuccessful, the result is nothing
Code example
Dim sp As PDCEXT.PdcSharepoint = PDC.App.Sharepoint("scriptUploadLocation")
Dim spFileInfoList As PDCEXT.SharepointFileInfoList = sp.SearchFilesStartingWithName("Beme")
Availability
Available since 2021R4