Class ConfirmAndUpdateDocError
Encapsulates the result of a confirm and update operation for a single document.
Syntax
public class ConfirmAndUpdateDocError
Fields
DocumentGuid
The Guid of the document.
Declaration
public Guid DocumentGuid
Type
GuidErrorCode
The error code. Possible values: TMBusy TMReadonly TMCorrupt NoPrimaryTM TMDoesNotExist NoMasterTM NoWorkingTM
Declaration
public string ErrorCode