Sets the Delete After Checkout attribute of this process.
object.SetShareWorkDir(blnFlag)
CaWCheckout
blnFlag - A boolean. True if the client directory is shared, False if not.
A boolean. True if success, False if fail
This option is for UNIX file systems. The file access is set such that group has access.
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() blnRet = objCheckout.SetShareWorkDir(False)
More information:
| Copyright © 2013 CA. All rights reserved. |
|