DocumentObj 2.5 UndoCheckOut
Removes the checked out flag of an Content Manager object.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services, making this parameter redundant. |
| psLogicalId | String | In | The logical identifier of the object. |
| psVersion | String | In | The version of the object. This version number has to be an exact number. |
| psLanguage | String | In | The language of the object. |
| psResolution | String | In | The resolution of the object. Only used for illustrations: this parameter should be empty for any other object types. |
| psXMLRequiredCurrentMetadata | String | In | Metadata XML structure with the metadata that object is required to have set currently. The update of the object is only carried out when the object has exactly the same metadata specification, i.e. the metadata was not changed by someone else. |
Requirements are:
- The user must have write access for the folder in which the object is located.
- The current user has already checked out the object.
Note that:
- Undo check out will only succeed if the user still has the object checked out or he is an administrator for the department that owns the object.
- All logical identifiers within Content Manager are in uppercase.
- You must specify an exact version number and language identifier because it is possible that multiple objects within the same logical identifier are checked out.