Skip to main content
All docs
V18.2

InplaceDocumentCacheStorage.GetData(Type) Method

Returns the in-place mail merge documents cache items associated with specified object type.

Namespace: DevExpress.ExpressApp.Office.Win

Assembly: DevExpress.ExpressApp.Office.Win.v18.2.dll

Declaration

public virtual IEnumerable<MailMergeDataInfo> GetData(
    Type dataType
)

Parameters

Name Type Description
dataType Type

A type associated with in-place documents cache items to be returned.

Returns

Type Description
IEnumerable<DevExpress.ExpressApp.Office.Win.MailMergeDataInfo>

An IEnumerable<MailMergeDataInfo> list of in-place documents cache items associated with the specified object type.

See Also