Method SetIDDuplicateError
SetIDDuplicateError(bool)
Sets an error flag if the item's ID is a duplicate of another item's.
Declaration
public void SetIDDuplicateError(bool isDuplicate)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | isDuplicate | Whether or not the ID is a duplicate of another item. |