ObjVerExRollback Method

Rolls back the object to a previous version, adding optional comment.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public void Rollback(
	int version,
	string comment = null
)

Parameters

version  Int32
The version to rollback to.
comment  String  (Optional)
The version comment for the rollback.

See Also