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