Sets the Item Option for this process.
object.SetItemOption(lngOption)
CaWCheckin
lngOption - A long that represents the Item Option.
Returns True if success, False if fail.
The following are the allowable values for the Item Option:
Checkin the file whether or not it exists in the repository.
Checkin the file only if it does not yet exist in the repository.
Checkin the file only if it currently exists in the repository.
Example
Dim objCheckin Set objCheckin = objContext.GetCheckin() blnRet = objCheckin.SetItemOption(CI_FILTER_NEW_OR_EXISTING_ITEMS)
More information:
| Copyright © 2013 CA. All rights reserved. |
|