Create a forum

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

Public Shared Function CreateForum( _ 
ByVal server_id As ServerID, _ 
ByVal forum_name As String, _ 
ByVal creator_id As EntityID, _ 
ByVal db As IDatabase
) As EntityID
This language is not supported or no code example is available.
public static EntityID CreateForum( 
ServerID server_id
string forum_name
EntityID creator_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static EntityID^ CreateForum( 
ServerID^ server_id
String^ forum_name
EntityID^ creator_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function CreateForum( 
server_id : ServerID
forum_name : String
creator_id : EntityID
db : IDatabase 
) : EntityID;
This language is not supported or no code example is available.

Parameters

server_id
Type: ServerID

the server id

forum_name
Type: string

the forum name

creator_id
Type: EntityID

the id of the user creating the forum

db
Type: IDatabase

the db

Return Value

Type: EntityID

the id of the 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