Namespace: Cartella.Models.EditForm
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public static FormsAggregate GetFormsAggregate(
	ISiteManager siteManager
)
Visual Basic
Public Shared Function GetFormsAggregate ( _
	siteManager As ISiteManager _
) As FormsAggregate
Visual C++
public:
static FormsAggregate^ GetFormsAggregate(
	ISiteManager^ siteManager
)

Parameters

siteManager
Type: Cartella.Interfaces..::..ISiteManager

See Also