 | ExportItemGetCachedWriteBacks Method |
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic List<WriteBack> GetCachedWriteBacks(
bool bClearCache = false
)
Public Function GetCachedWriteBacks (
Optional bClearCache As Boolean = false
) As List(Of WriteBack)
Parameters
- bClearCache Boolean (Optional)
- true to clear cached while returning
Return Value
ListWriteBack
See Also