CFLSharePointCopyFile Procedure

  • 2 minutes to read

Codeunit CFL SharePoint Mgt

Overloads

Name Description
CFLSharePointCopyFile(SecretText; text; text; text; boolean): Boolean
CFLSharePointCopyFile(text; text; text; text; boolean): Boolean

CFLSharePointCopyFile(SecretText; text; text; text; boolean) Procedure

Signature

CFLSharePointCopyFile(BearerToken: SecretText; DriveID: text; sourcefilename: text; destiantionfilename: text; DeleteSource: boolean) : Boolean

Parameters

BearerToken SecretText

DriveID text

sourcefilename text

destiantionfilename text

DeleteSource boolean

Returns

Boolean

CFLSharePointCopyFile(text; text; text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLSharePointCopyFile with SecretText
Deprecated since: BC30

Signature

[Obsolete('Replaced by CFLSharePointCopyFile with SecretText', 'BC30')]
CFLSharePointCopyFile(BearerToken: text; DriveID: text; sourcefilename: text; destiantionfilename: text; DeleteSource: boolean) : Boolean

Parameters

BearerToken text

DriveID text

sourcefilename text

destiantionfilename text

DeleteSource boolean

Returns

Boolean