Server.IndexForumPost Method
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.
Parameters
- forum_post
- EntityID
the forum post id
- index_now
- bool
- db
- IDatabase
the db connection
Return Value
OperationResponsethe response