CFLSharePointDeleteFile Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

Name Description
CFLSharePointDeleteFile(Secrettext; text; text): Boolean
CFLSharePointDeleteFile(text; text; text): Boolean

CFLSharePointDeleteFile(Secrettext; text; text) Procedure

Signature

CFLSharePointDeleteFile(BearerToken: Secrettext; DriveID: text; FilePath: text) : Boolean

Parameters

BearerToken Secrettext

DriveID text

FilePath text

Returns

Boolean

CFLSharePointDeleteFile(text; text; text) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointDeleteFile with SecretText
Deprecated since: BC30

Signature

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

Parameters

BearerToken text

DriveID text

FilePath text

Returns

Boolean