InplaceDocumentCacheStorageBase.EnsureCache(Type, Func<IObjectSpace>) Method
Checks whether the in-place document cache is initialized. If not, initializes the cache.
Namespace: DevExpress.ExpressApp.Office
Assembly: DevExpress.ExpressApp.Office.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Office
Declaration
Parameters
Name | Type | Description |
---|---|---|
mailMergeDataType | Type | The mail merge template type specified in the OfficeModule.RichTextMailMergeDataType property. |
createObjectSpaceHandler | Func<IObjectSpace> | The delegate to create the IObjectSpace instance. |
See Also