GetHistoryEntryAt |
Scroll |
Returns the TheWFHistoryEntry with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetHistoryEntryAt ( _ nIndex As Integer ) As TheWFHistoryEntry C# public virtual TheWFHistoryEntry GetHistoryEntryAt ( int nIndex ) ParametersnIndex Zero-based index of the TheWFHistoryEntry to return. Return ValueThe TheWFHistoryEntry with the specified nIndex. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |