Click or drag to resize

IDocumentLinkContent Interface

Interface for implementation inherited classes from ContentBase which can show document for signing by hyperlink in client application.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public interface IDocumentLinkContent

The IDocumentLinkContent type exposes the following members.

Properties
  NameDescription
Public propertyApplicationContentId
Unique ID of document generated by hosting application for downloading full document.
Public propertyDocument
Description and full binary content of document for signing.
Top
Methods
  NameDescription
Public methodClearDocumentCache
Top
See Also