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