CFLSharePointFolderListFile Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

Name Description
CFLSharePointFolderListFile(Secrettext; text; text; boolean): dictionary of [Text, Text]
CFLSharePointFolderListFile(text; text; text; boolean): dictionary of [Text, Text]

CFLSharePointFolderListFile(Secrettext; text; text; boolean) Procedure

Signature

CFLSharePointFolderListFile(BearerToken: Secrettext; DriveID: text; path: text; Recurse: boolean) Files: dictionary of [Text, Text]

Parameters

BearerToken Secrettext

DriveID text

path text

Recurse boolean

Returns

dictionary of [Text, Text]

CFLSharePointFolderListFile(text; text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointFolderListFile with SecretText
Deprecated since: BC30

Signature

[Obsolete('Replaced by CFLSharePointFolderListFile with SecretText', 'BC30')]
CFLSharePointFolderListFile(BearerToken: text; DriveID: text; path: text; Recurse: boolean) Files: dictionary of [Text, Text]

Parameters

BearerToken text

DriveID text

path text

Recurse boolean

Returns

dictionary of [Text, Text]