Click or drag to resize

BuildableDocumentLinkContentBaseTConfiguration Constructor (Object, String)

Constructor for create instance without known document at instance creation time.

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected BuildableDocumentLinkContentBase(
	Object documentId,
	string documentName
)

Parameters

documentId
Type: SystemObject
Unique ID generated by hosting application identified document in hosting application.
documentName
Type: SystemString
Document name displayed in client window for selecting a certificate. Value is set to Title.
See Also