Index a forum post
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			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.
Parameters
- forum_post
 - 
		Type: EntityID 
		
the forum post id
 
- index_now
 - 
		Type: bool 
		
 
- db
 - 
		Type: IDatabase 
		
the db connection
 
Return Value
Type: OperationResponsethe response