Click or drag to resize

PFExcelDataExporter_SettingsCreateSettings Method

Creates a settings instance based on a template workbook. Will use tables defined in workbook to find matching content-types in target site, and instanciante PFExcelDataExporter_Source objects in settings.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static PFExcelDataExporter_Settings CreateSettings(
	XLWorkbook templateWorkbook,
	bool useFriendlyValues,
	PFSite site
)

Parameters

templateWorkbook
Type: XLWorkbook
The template workbook.
useFriendlyValues
Type: SystemBoolean
Set true sources should render friendly values instead of raw data.
site
Type: Packflow.CorePFSite
The target Packflow site.

Return Value

Type: PFExcelDataExporter_Settings
See Also