Multiple documents to "TransactionManager" script

Hey there,

I am trying to use “TranscationManager” script for multiple documents in python node.
But ‘doc’ seems to have to be one.

Here’s some part of the script:
#’ Get the document
doc = DocumentManager.Instance.CurrentDBDocument

#’ “Start” the transaction
TransactionManager.Instance.EnsureInTransaction(doc)