CFLSharePointEditFile Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

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

CFLSharePointEditFile(SecretText; text; text) Procedure

Signature

CFLSharePointEditFile(BearerToken: SecretText; DriveID: text; FilePath: text) : Boolean

Parameters

BearerToken SecretText

DriveID text

FilePath text

Returns

Boolean

CFLSharePointEditFile(text; text; text) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointEditFile with SecretText
Deprecated since: BC30

Signature

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

Parameters

BearerToken text

DriveID text

FilePath text

Returns

Boolean