Method SetIDInvalidError
SetIDInvalidError(bool)
Sets an error flag if the item's ID is valid or not.
Declaration
public void SetIDInvalidError(bool isValid)
Parameters
Type | Name | Description |
---|---|---|
bool | isValid | Whether or not the ID is valid. |
Sets an error flag if the item's ID is valid or not.
public void SetIDInvalidError(bool isValid)
Type | Name | Description |
---|---|---|
bool | isValid | Whether or not the ID is valid. |