Click or drag to resize

GenericExportHandlerT, E, IAllowInplaceWriteBack Method

Returns whether or not inplace editing is allowed for an item. This considers different launch cases for Export:
- From SOLIDWORKS -> Must have write access
- From PDM -> All must be checked in (writeback handled at Task Host)
OR The one being edited must be checked out (writeback handled locally).
- Silent Export -> Never allowed as user interaction doesn't make sense in that case


Note that this PDM-logic can conflict with what ERP integrations do: Either ALL files must be checked-in or NONE of them (than need writeback) must be checked-in.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public virtual bool AllowInplaceWriteBack(
	ExportItem item
)

Parameters

item
Type: CTExtensions.ExportCore.ExportHandlerExportItem

Return Value

Type: Boolean

Implements

IGenericExportHandlerAllowInplaceWriteBack(ExportItem)
See Also