Skip to main content
All docs
V23.2

CommitmentType(String, String) Constructor

Initializes a new instance of the CommitmentType class with specified settings.

Namespace: DevExpress.Office.DigitalSignatures

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public CommitmentType(
    string id,
    string description
)

Parameters

Name Type Description
id String

The commitment object identifier.

description String

Additional commitment information.

See Also