ISurveyAddToModule Method |
Indicates that the survey is accessible
through the specified module.
It will not save the change in the database
unless you explicitly call the
Save method.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue AddToModule(
Guid moduleGuid
)
Function AddToModule (
moduleGuid As Guid
) As IReturnValue
IReturnValue^ AddToModule(
Guid moduleGuid
)
Parameters
- moduleGuid
- Type: SystemGuid
GUID of the module where to make the survey available.
Return Value
Type:
IReturnValueReturns successful value if the user in the context have enough right to edit the survey.
Remarks
Unless for the administration module,
the survey is automatically assigned to a
module when it's created through it.
See Also