Add a folio module to the folio. The new module about to be added, cannot match any types of modules that has been added. Exception will be thrown otherwise.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
IFolioModule AddFolioModule(
	IModule module,
	string label
)
Visual Basic
Function AddFolioModule ( _
	module As IModule, _
	label As String _
) As IFolioModule
Visual C++
IFolioModule^ AddFolioModule(
	IModule^ module, 
	String^ label
)

Parameters

module
Type: Cartella.Interfaces..::..IModule
Module to add
label
Type: System..::..String
Label override of the Folio module instance

Field Value

IFolioModule

Return Value

Added FolioModule

See Also