CFLBoCountOnPremFolderListFile Procedure

  • 2 minutes to read

Codeunit CFL BoCount OnPrem Mgt

Overloads

Name Description
CFLBoCountOnPremFolderListFile(code[20]; text; text; boolean): List of [Text]
CFLBoCountOnPremFolderListFile(text; text; boolean): List of [Text]

CFLBoCountOnPremFolderListFile(code[20]; text; text; boolean) Procedure

Signature

CFLBoCountOnPremFolderListFile(Service: code[20]; path: text; filter: text; Recurse: boolean) Files: List of [Text]

Parameters

Service code[20]

path text

filter text

Recurse boolean

Returns

List of [Text]

CFLBoCountOnPremFolderListFile(text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

Reason: Replaced by CFLBoCountOnPremFolderListFile with service parameter
Deprecated since: BC20

Signature

[Obsolete('Replaced by CFLBoCountOnPremFolderListFile with service parameter', 'BC20')]
CFLBoCountOnPremFolderListFile(path: text; filter: text; Recurse: boolean) Files: List of [Text]

Parameters

path text

filter text

Recurse boolean

Returns

List of [Text]