Method GetHistoryValue
GetHistoryValue(int)
Get the value of the field at a certain history index.
Declaration
public bool GetHistoryValue(int historyIndex)
Parameters
Type | Name | Description |
---|---|---|
int | historyIndex | Index of the history to query. |
Returns
Type | Description |
---|---|
bool | Value of the field at the provided history index. |