Hi all,
Is there a way of adding some exclusion clause to the D2JobRemoveEmptyFolder job arguments so it does not remove all of the empty folders (subtypes of dm_folder) in the paths specified ?
Hi,
you can user -parameteres "your custome type" in your parameter method like this:
EXECUTE do_method
WITH
method = 'D2RemoveEmptyFolderMethod',
arguments = ' -docbase_name="" -paths="" -parameters="your custome type" '
go