Sets Replace File attribute for this process.
object.SetReplaceFile(blnFlag)
CaWCheckout
blnFlag - A boolean, if True then read only files are replaced, if False they are not.
A boolean. True if success, False if fail
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() BlnRet = objCheckout.SetReplaceFile(True)
More information:
| Copyright © 2013 CA. All rights reserved. |
|