Server.IndexForumPost Method

Index a forum post
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
EntityID

the forum post id

index_now
bool

db
IDatabase

the db connection

Return Value

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

In this article

Definition