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# |
---|
IForumTopic CreateForumTopic( string name, string description, IFolioModule folioModule ) |
Visual Basic |
---|
Function CreateForumTopic ( _ name As String, _ description As String, _ folioModule As IFolioModule _ ) As IForumTopic |
Visual C++ |
---|
IForumTopic^ CreateForumTopic( String^ name, String^ description, IFolioModule^ folioModule ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- folioModule
- Type: Cartella.Interfaces..::..IFolioModule