Replicate a forum

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

Public Shared Function ReplicateForum( _ 
ByVal server_id As ServerID, _ 
ByVal forum As ForumInfo, _ 
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 ReplicateForum( 
ServerID server_id
ForumInfo forum
EntityID user_id
IDatabase src_db
IDatabase target_db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ ReplicateForum( 
ServerID^ server_id
ForumInfo^ forum
EntityID^ user_id
IDatabase^ src_db
IDatabase^ target_db 
)
This language is not supported or no code example is available.
public static function ReplicateForum( 
server_id : ServerID
forum : ForumInfo
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

forum
Type: ForumInfo

the forum

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