 | ExportItemGeneratePreview Method |
Generate preview if it doesn't exist yet. Returns existing preview unless forced.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic string GeneratePreview(
bool bForceNew = false
)
Public Function GeneratePreview (
Optional bForceNew As Boolean = false
) As String
Parameters
- bForceNew Boolean (Optional)
-
Return Value
String
See Also