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