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) Version: 25.0
Syntax
public List<WriteBack> CreateWriteBacks(
	string field,
	string value = ""
)

Parameters

field  String
value  String  (Optional)

Return Value

ListWriteBack
See Also