CFLBoCountOnPremFolderListFileInfo Procedure

  • 2 minutes to read

Codeunit CFL BoCount OnPrem Mgt

Overloads

Name Description
CFLBoCountOnPremFolderListFileInfo(code[20]; text; text; boolean): dictionary of [Text, Text]
CFLBoCountOnPremFolderListFileInfo(text; text; boolean): dictionary of [Text, Text]

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

Signature

CFLBoCountOnPremFolderListFileInfo(Service: code[20]; path: text; filter: text; Recurse: boolean) Files: dictionary of [Text, Text]

Parameters

Service code[20]

path text

filter text

Recurse boolean

Returns

dictionary of [Text, Text]

CFLBoCountOnPremFolderListFileInfo(text; text; boolean) Procedure

Deprecated

This procedure is deprecated and should not be used.

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

Signature

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

Parameters

path text

filter text

Recurse boolean

Returns

dictionary of [Text, Text]