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# |
---|
IWiki CreateWiki( string name, string description, IEntity parentEntity ) |
Visual Basic |
---|
Function CreateWiki ( _ name As String, _ description As String, _ parentEntity As IEntity _ ) As IWiki |
Visual C++ |
---|
IWiki^ CreateWiki( String^ name, String^ description, IEntity^ parentEntity ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- parentEntity
- Type: Cartella.Interfaces..::..IEntity