Interface IVersionedCustomParametersProviding

    • Method Detail

      • getCustomParametersVersion

        String getCustomParametersVersion()
        Returns:
        The version of the custom parameters. You can, for example, store the version of the product that create the custom parameters here. Then you can use this to update the the parameters for later product versions.
      • setCustomParametersVersion

        void setCustomParametersVersion​(String customParametersVersion)
        Parameters:
        customParametersVersion - The custom parameters version string that is then returned by getCustomParametersVersion().