CFLSharePointExistFile Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

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

CFLSharePointExistFile(Secrettext; text; text) Procedure

Signature

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

Parameters

BearerToken Secrettext

DriveID text

FilePath text

Returns

Boolean

CFLSharePointExistFile(text; text; text) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointExistFile with SecretText
Deprecated since: BC30

Signature

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

Parameters

BearerToken text

DriveID text

FilePath text

Returns

Boolean