CFLBoCountOnPremFolderListFolder Procedure

  • 2 minutes to read

Codeunit CFL BoCount OnPrem Mgt

Overloads

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

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

Signature

CFLBoCountOnPremFolderListFolder(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]

CFLBoCountOnPremFolderListFolder(text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

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

Signature

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

Parameters

path text

filter text

Recurse boolean

Returns

List of [Text]