Select groups defined in given folio, and/or global groups

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

Syntax

C#
IGroup[] SelectGroups(
	IEntity folio,
	bool includeGlobalGroups
)
Visual Basic
Function SelectGroups ( _
	folio As IEntity, _
	includeGlobalGroups As Boolean _
) As IGroup()
Visual C++
array<IGroup^>^ SelectGroups(
	IEntity^ folio, 
	bool includeGlobalGroups
)

Parameters

folio
Type: Cartella.Interfaces..::..IEntity
Folio that the groups belong to
includeGlobalGroups
Type: System..::..Boolean
True if to include global groups

Field Value

IGroup[]

Return Value

Groups defined in given folio, and/or global groups

See Also