# m_rename_topic

# Function

Function Name Description Level
m_rename_topic Ability to move a topic from one forum to another forum.

Input Parameters:

Name Type Required? Description Level
topic_id String yes
title byte[] yes Rename to topic title.
prefix_id String prefix ID that user has selected. List of prefixes are returned from "get_topic" method. Plugin supported this parameter when get_config return 'prefix_edit' as 1

Output Parameters:

Name Type Required? Description Level
result Boolean yes return true if the action is executed successfully
result_text byte[] Reason of the failure, if any.
is_login_mod Boolean return true if user need to re-authenticate with login_mod function again before proceeding.