D2JobRemoveEmptyFolder use

christophe.pivetta
edited January 7, 2016 in Documentum #1

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 ?

Tagged:

Comments

  • tabajo
    tabajo Member
    edited January 7, 2016 #2

    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