Given the following code:
IMyService1.createFolder() and IMyService2.createDocuments() perform steps that can be
aborted if in a transaction. Which statement is true?

A.
WhencreateDocuments()method throws an exception, both createFolder() and
createDocuments() methods are aborted.
B.
WhencreateDocuments() method throws an exception, only createDocuments() method is
aborted.
C.
WhencreateDocuments() method throws an exception, sessionManager.abortTransaction()
throws a DfException set to DM_DFC_E_INVALID_OPER_ON_MANAGED_SESSION.
D.
SBOs do not participate in transactions.