Skip to main content

DocumentId(String) Constructor

Initializes a new instance of the DocumentId class with the specified value.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public DocumentId(
    string value
)

Parameters

Name Type Description
value String

A String value. It is assigned to the DocumentId.Value property.

See Also