ISurveyRemoveFromServer Method |
Remove the management of the current
survey from the specified server.
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 RemoveFromServer(
int serverId
)
Function RemoveFromServer (
serverId As Integer
) As IReturnValue
IReturnValue^ RemoveFromServer(
int serverId
)
Parameters
- serverId
- Type: SystemInt32
Id of the server where to remove the survey.
Return Value
Type:
IReturnValueReturns successful value if the user in the context have enough right to edit the survey.
See Also