Get all signers exclude sender
Wednesday, May 8, 2019 at 11:48pmHi,
When below line is called, it returns a list of all signers including the sender as one of the signers.
IList signers = eslClient.GetPackage(new PackageId("")).Signers;
This is the case even though the sender has no documents to sign.
Is there a way to exclude a sender from the signer list (if sender does not have any docs to sign)?
Thanks,
Khatri
Reply to: Get all signers exclude sender
Thursday, May 9, 2019 at 09:19am