Get the list of groups allowed for seeing this entity, if the sharelevel is set to "SpecificGroupsAndUsers". If not, returns null

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

Syntax

C#
ICartellaRelations<IEntityShareLevel, IGroup> Groups { get; }
Visual Basic
ReadOnly Property Groups As ICartellaRelations(Of IEntityShareLevel, IGroup)
	Get
Visual C++
property ICartellaRelations<IEntityShareLevel^, IGroup^>^ Groups {
	ICartellaRelations<IEntityShareLevel^, IGroup^>^ get ();
}

Field Value

ICartellaRelations<IEntityShareLevel, IGroup>

See Also