Get the allowed Folio Item types for given module in the form of IEntityType instances

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

Syntax

C#
IEntityType[] AllowedFolioItemTypes { get; }
Visual Basic
ReadOnly Property AllowedFolioItemTypes As IEntityType()
	Get
Visual C++
property array<IEntityType^>^ AllowedFolioItemTypes {
	array<IEntityType^>^ get ();
}

Field Value

IEntityType[]

See Also