Index a forum post

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

Public Shared Function IndexForumPost( _ 
ByVal forum_post As EntityID, _ 
ByVal index_now As Boolean, _ 
ByVal db As IDatabase
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse IndexForumPost( 
EntityID forum_post
bool index_now
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ IndexForumPost( 
EntityID^ forum_post
bool index_now
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function IndexForumPost( 
forum_post : EntityID
index_now : boolean
db : IDatabase 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

forum_post
Type: EntityID

the forum post id

index_now
Type: bool

db
Type: IDatabase

the db connection

Return Value

Type: OperationResponse

the response

.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