Create a new GroupRole

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

Syntax

C#
IGroupRole CreateGroupRole(
	IEntity folio,
	IGroup group,
	IRole role
)
Visual Basic
Function CreateGroupRole ( _
	folio As IEntity, _
	group As IGroup, _
	role As IRole _
) As IGroupRole
Visual C++
IGroupRole^ CreateGroupRole(
	IEntity^ folio, 
	IGroup^ group, 
	IRole^ role
)

Parameters

folio
Type: Cartella.Interfaces..::..IEntity
Folio the GroupRole belongs to, cannot be null
group
Type: Cartella.Interfaces..::..IGroup
Group. Must be Global OR Local of the specified Folio
role
Type: Cartella.Interfaces..::..IRole
Role for the Group in this Folio

Field Value

IGroupRole

Return Value

Created GroupRole

See Also