...
A byte[] representing the document.
Base64Result (From 8.3.1)
The Result byte[] as a base64 string.
The result is fetched as follows:
var base64Value = NameOfActivity.Base64Result;
...
A byte[] representing the document.
The Result byte[] as a base64 string.
The result is fetched as follows:
var base64Value = NameOfActivity.Base64Result;