ISolveInterface.RollbackExpressionByRevision (method)

Rollback to a specific revision. Not implemented.
Syntax: SCODE = object.RollbackExpressionByRevision ( revision, itemType, name, rollbackUser, overwrite, comment )
Parameters:
revision As long - Point to rollback to.
itemType As String - A string that represents the item type of the expression.
name As String - The name of the expression.
rollbackUser As String - Restrict rollback to the changes a particular user made. May be left blank.
overwrite As boolean - Only relevant when rollbackUser is specified. Indicates whether other users' changes 'in between' should also be rolled back.
comment As String - Comment to associate with the rollback.
Description: browser.RollbackExpressionByRevision is NOT IMPLEMENTED.