 | ExportItemCacheWriteBacks Method |
Adds given writebacks. Overwrites existing if same target already cached.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual void CacheWriteBacks(
List<WriteBack> writeBacks
)
Public Overridable Sub CacheWriteBacks (
writeBacks As List(Of WriteBack)
)
Parameters
- writeBacks
- Type: System.Collections.GenericListWriteBack
See Also