InplaceDocumentCacheStorageBase.EnsureCache(Type, Func<IObjectSpace>) Method
In This Article
Checks whether the in-place document cache is initialized. If not, initializes the cache.
Namespace: DevExpress.ExpressApp.Office
Assembly: DevExpress.ExpressApp.Office.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Office
#Declaration
public virtual void EnsureCache(
Type mailMergeDataType,
Func<IObjectSpace> createObjectSpaceHandler
)
#Parameters
Name | Type | Description |
---|---|---|
mail |
Type | The mail merge template type specified in the Office |
create |
Func<IObject |
The delegate to create the IObject |
See Also