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

IDocumentStorageProvider.TryGet(String, out DocumentStorage) Method

Checks whether a document storage with the specified ID exists and returns it as an out parameter.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

bool TryGet(
    string id,
    out DocumentStorage documentStorage
)

Parameters

Name Type Description
id String

The value specifying the document storage’s ID.

documentStorage DocumentStorage

An out parameter specifying the requested document storage, if it exists.

Returns

Type Description
Boolean

true, if a document storage with the specified ID exists. Otherwise, **false.

See Also