Interface I_CmsUpdateAllUploadsHandler


Handler for updating properties for all uploads.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateAll(String propName, String value)
    Updates the property to the given value on all uploads (on which that property is available).
  • Method Details

    • updateAll

      void updateAll(String propName, String value)
      Updates the property to the given value on all uploads (on which that property is available).
      Parameters:
      propName - the property name
      value - the property value