Executes the DeleteVersion process on the version list currently selected using the Version Chooser.
object.Execute()
CaWDeleteVersion
None
A long - Zero if success. Nonzero if failure.
Example
Dim objDeleteVersion Set objDeleteVersion = objContext.GetDeleteVersion() ' Select versions using VersionChooser … ' Execute delete version lngRet = objDeleteVersion.Execute()
More information:
| Copyright © 2013 CA. All rights reserved. |
|