 | RowItemizerGetWriteBackTarget Method |
This function determines the writeback target file, virtual component path, configuration and feature name
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic virtual Tuple<RowItemizerRowType, string, string, string, string> GetWriteBackTarget(
ExportDataRow row
)
Public Overridable Function GetWriteBackTarget (
row As ExportDataRow
) As Tuple(Of RowItemizerRowType, String, String, String, String)
Parameters
- row
- Type: CTExtensions.ExportCore.ExportHandlerExportDataRow
Return Value
Type:
TupleRowItemizerRowType,
String,
String,
String,
String
Null, if writeback target can't be determined. Othrwise,
Item1 Type of the row.
Item2 The target binary file.
Item3 Virtual component path starting from Item2. Or null if Item2 is the actual target.
Item4 Target configuration.
Item5 Target cut-list feature of the Item2/Item3, or null if none. Multiple features can be grouped with backslash.
See Also