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# |
---|
ISurveyDefinition CreateSurveyDefinition( string name, string description, bool PublicAnswers, bool ReadyForPublish, string RedirectUrl, bool SinglePerUser, IFolioModule folioModule ) |
Visual Basic |
---|
Function CreateSurveyDefinition ( _ name As String, _ description As String, _ PublicAnswers As Boolean, _ ReadyForPublish As Boolean, _ RedirectUrl As String, _ SinglePerUser As Boolean, _ folioModule As IFolioModule _ ) As ISurveyDefinition |
Visual C++ |
---|
ISurveyDefinition^ CreateSurveyDefinition( String^ name, String^ description, bool PublicAnswers, bool ReadyForPublish, String^ RedirectUrl, bool SinglePerUser, IFolioModule^ folioModule ) |
Parameters
- name
- Type: System..::..String
- description
- Type: System..::..String
- PublicAnswers
- Type: System..::..Boolean
- ReadyForPublish
- Type: System..::..Boolean
- RedirectUrl
- Type: System..::..String
- SinglePerUser
- Type: System..::..Boolean
- folioModule
- Type: Cartella.Interfaces..::..IFolioModule