Sets the Path Option for this process. Files are checked out to the directory structure in locations related to the view path, client directory, and the path option.
object.SetPathOption(lngPathOption)
CaWCheckout
lngPathOption - A long that represents the Path Option.
A boolean. True if success, False if fail
The following are the allowable values for the Path Option.
Check out each new version to its existing client path location that mirrors the location in the view path.
Check out each new version to its client path location that mirrors the location in the view path and create the client path if it does not yet exist.
Check out each new version to the single client path location specified.
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() BlnRet = objCheckout.SetPathOption(CO_OPTION_PRESERVE)
More information:
| Copyright © 2013 CA. All rights reserved. |
|