Click or drag to resize

ImportEngineImportPartialAsync Method

General async import partial routine.

Namespace: RCS.Carbon.Import
Assembly: RCS.Carbon.Import (in RCS.Carbon.Import.dll) Version: 9.0.12
Syntax
C#
public Task<bool> ImportPartialAsync(
	ImportSettings st
)

Parameters

st  ImportSettings
All source and run settings including Type and Link

Return Value

TaskBoolean

[Missing <returns> documentation for "M:RCS.Carbon.Import.ImportEngine.ImportPartialAsync(RCS.Carbon.Import.ImportSettings)"]

See Also