 | WriteBackHandlerCreateWriteBacks Method |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual List<WriteBack> CreateWriteBacks(
ICTExportProfile ExportProfile,
ExportItem item,
string field,
string value
)
Public Overridable Function CreateWriteBacks (
ExportProfile As ICTExportProfile,
item As ExportItem,
field As String,
value As String
) As List(Of WriteBack)
Parameters
- ExportProfile
- Type: ICTExportProfile
- item
- Type: CTExtensions.ExportCore.ExportHandlerExportItem
- field
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
ListWriteBack
See Also