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