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.v26.1.dll
NuGet Package: DevExpress.ExpressApp.Office
Declaration
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