Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
tInteface CreateForumSubItem( string name, string description, bool IsSticky, bool IsLocked, IEntity parent ) |
Visual Basic |
---|
Function CreateForumSubItem ( _ name As String, _ description As String, _ IsSticky As Boolean, _ IsLocked As Boolean, _ parent As IEntity _ ) As tInteface |
Visual C++ |
---|
tInteface CreateForumSubItem( String^ name, String^ description, bool IsSticky, bool IsLocked, IEntity^ parent ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- IsSticky
- Type: System..::..Boolean
- IsLocked
- Type: System..::..Boolean
- parent
- Type: Cartella.Interfaces..::..IEntity