Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

InplaceDocumentCacheStorageBase.GetData(Type) Method

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

Namespace: DevExpress.ExpressApp.Office

Assembly: DevExpress.ExpressApp.Office.v19.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.MailMergeDataInfo>

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

See Also