CFLSharePointFolderNew Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

Name Description
CFLSharePointFolderNew(SecretText; text; text): Boolean
CFLSharePointFolderNew(text; text; text): Boolean

CFLSharePointFolderNew(SecretText; text; text) Procedure

Signature

CFLSharePointFolderNew(BearerToken: SecretText; DriveID: text; path: text) : Boolean

Parameters

BearerToken SecretText

DriveID text

path text

Returns

Boolean

CFLSharePointFolderNew(text; text; text) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointFolderNew with SecretText
Deprecated since: BC30

Signature

[Obsolete('Replaced by CFLSharePointFolderNew with SecretText', 'BC30')]
CFLSharePointFolderNew(BearerToken: text; DriveID: text; path: text) : Boolean

Parameters

BearerToken text

DriveID text

path text

Returns

Boolean