Create a new Group
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IGroup CreateGroup( string name, IEntity ownerFolio ) |
Visual Basic |
---|
Function CreateGroup ( _ name As String, _ ownerFolio As IEntity _ ) As IGroup |
Visual C++ |
---|
IGroup^ CreateGroup( String^ name, IEntity^ ownerFolio ) |
Parameters
- name
- Type: System..::..String
Group name
- ownerFolio
- Type: Cartella.Interfaces..::..IEntity
Folio the group belongs to. Can be null, then it will be global group. But only Site Admin can do it.