Share via


DictIndex.modify(Boolean, Boolean, Boolean) Method

Definition

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.

Applies to