Click or drag to resize

ISurveyRemoveFromModule Method

Indicates that the survey is no more available in the specifie 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 RemoveFromModule(
	Guid moduleGuid
)

Parameters

moduleGuid
Type: SystemGuid
GUID of the module from where to remove the survey.

Return Value

Type: IReturnValue
Returns successful value if the user in the context have enough right to edit the survey.
See Also