Click or drag to resize

ExportItemCreateWriteBacks Method

Resolves writeback targets for given field. Value can be given optionally.

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public List<WriteBack> CreateWriteBacks(
	string field,
	string value = ""
)

Parameters

field
Type: SystemString
value (Optional)
Type: SystemString

Return Value

Type: ListWriteBack
See Also