transactionstatus XML Element
Topic Last Modified: 2006-06-13
Name
transactionstatus
Namespace
DAV:
Description
Specifies the completion of a transaction.
Remarks
Used in the transactioninfo XML Element of the UNLOCK Method request XML body to either commit or abort a transaction. If the transaction is committed, then the operations within the scope of the transaction will be performed. If the transaction is aborted, then the operations within the scope of the transaction will not be performed.
Element Definition
<!ELEMENT transactionstatus (abort | commit)>
See Also
Other Resources
abort XML Element
commit XML Element
transactioninfo XML Element
UNLOCK Method