Replicate a category

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

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

cat_id
Type: EntityID

the category id

forum_id
Type: EntityID

the forum 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