Sets the repository View Path anchor for this process.
object.SetViewPath(strViewPath)
CaWCheckout
strViewPath - A string that represents a valid repository view path.
A boolean. True if success, False if fail.
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() blnRet = objCheckout.SetViewPath(“\rep\work”)
More information:
| Copyright © 2013 CA. All rights reserved. |
|