Skip to main content
A newer version of this page is available. .

FileDocumentStorage(String) Constructor

Creates the FileDocumentStorage class’ instance and specifies its FileDocumentStorage.DocumentFolder property.

Namespace: DevExpress.XtraPrinting.Caching

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

Declaration

public FileDocumentStorage(
    string documentFolder
)

Parameters

Name Type Description
documentFolder String

Specifies a path to the directory used to store a cached document.

See Also