 | ExportItemCreateWriteBacks Method |
Resolves writeback targets for given field. Value can be given optionally.
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic List<WriteBack> CreateWriteBacks(
string field,
string value = ""
)
Public Function CreateWriteBacks (
field As String,
Optional value As String = ""
) As List(Of WriteBack)
Parameters
- field
- Type: SystemString
- value (Optional)
- Type: SystemString
Return Value
Type:
ListWriteBack
See Also