Method UpdateDocumentSigner
UpdateDocumentSigner(Session, Func<Renderable.Signature, Renderable.Signature>)
Updates the DocumentSigner.signature.
Declaration
public static TryOptionAsync<HttpResponseMessage> UpdateDocumentSigner(this Session session, Func<Renderable.Signature, Renderable.Signature> f)
Parameters
Type | Name | Description |
---|---|---|
Session | session | The session. |
System.Func<Renderable.Signature, Renderable.Signature> | f | Changes the signature part of the DocumentSigner.signature struct. |
Returns
Type | Description |
---|---|
LanguageExt.TryOptionAsync<System.Net.Http.HttpResponseMessage> | The reply in case of success. |