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