DictIndex.modify(Boolean, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Modifies the index.
public:
virtual bool modify(bool _enabled, bool _allowDuplicates, bool _saveInLoadedLayer);
public virtual bool modify (bool _enabled, bool _allowDuplicates, bool _saveInLoadedLayer);
abstract member modify : bool * bool * bool -> bool
override this.modify : bool * bool * bool -> bool
Public Overridable Function modify (_enabled As Boolean, _allowDuplicates As Boolean, _saveInLoadedLayer As Boolean) As Boolean
Parameters
- _enabled
- Boolean
A Boolean value that indicates whether the modification is saved in the layer that is loaded.
- _allowDuplicates
- Boolean
A Boolean value that indicates whether the modification is saved in the layer that is loaded.
- _saveInLoadedLayer
- Boolean
A Boolean value that indicates whether the modification is saved in the layer that is loaded.
Returns
true if the index was successfully modified; otherwise, false.
Remarks
This method lets you create, read, update, and delete X++ code and metadata. Make sure that the user has access to the development security key (SysDevelopment) before this API is called.