How to get the result class from a Custom activity?

Question

How to get the result class from a Custom activity?

 

Answer

The sample code is as follows:

var document = Context.Transaction.Documents[0]; 
var class = Context.Transaction.Documents[0].ResultClass;

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request