Click or drag to resize

ExportItemGetCachedWriteBacks Method

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public List<WriteBack> GetCachedWriteBacks(
	bool bClearCache = false
)

Parameters

bClearCache (Optional)
Type: SystemBoolean
true to clear cached while returning

Return Value

Type: ListWriteBack
See Also