CFLSharePointFolderListFolder Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

Name Description
CFLSharePointFolderListFolder(SecretText; text; text; boolean): List of [Text]
CFLSharePointFolderListFolder(text; text; text; boolean): List of [Text]

CFLSharePointFolderListFolder(SecretText; text; text; boolean) Procedure

Signature

CFLSharePointFolderListFolder(BearerToken: SecretText; DriveID: text; path: text; Recurse: boolean) Folders: List of [Text]

Parameters

BearerToken SecretText

DriveID text

path text

Recurse boolean

Returns

List of [Text]

CFLSharePointFolderListFolder(text; text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointFolderListFolder with SecretText
Deprecated since: BC30

Signature

[Obsolete('Replaced by CFLSharePointFolderListFolder with SecretText', 'BC30')]
CFLSharePointFolderListFolder(BearerToken: text; DriveID: text; path: text; Recurse: boolean) Folders: List of [Text]

Parameters

BearerToken text

DriveID text

path text

Recurse boolean

Returns

List of [Text]