Replicate a topic

Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function ReplicateTopic( _ 
ByVal server_id As ServerID, _ 
ByVal topic_id As EntityID, _ 
ByVal cat_id As EntityID, _ 
ByVal user_id As EntityID, _ 
ByVal src_db As IDatabase, _ 
ByVal target_db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID ReplicateTopic( 
ServerID server_id
EntityID topic_id
EntityID cat_id
EntityID user_id
IDatabase src_db
IDatabase target_db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ ReplicateTopic( 
ServerID^ server_id
EntityID^ topic_id
EntityID^ cat_id
EntityID^ user_id
IDatabase^ src_db
IDatabase^ target_db 
)
This language is not supported or no code example is available.
public static function ReplicateTopic( 
server_id : ServerID
topic_id : EntityID
cat_id : EntityID
user_id : EntityID
src_db : IDatabase
target_db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

server_id
Type: ServerID

the id of the server

topic_id
Type: EntityID

the category id

cat_id
Type: EntityID

the category we're replicating this into

user_id
Type: EntityID

the user performing the operation

src_db
Type: IDatabase

target_db
Type: IDatabase

Return Value

Type: EntityID

the id of the created forum

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1