Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetPreviewType( _
ByVal file_change_id As EntityID, _
ByVal db As IDatabase _
) As FilePreviewType
This language is not supported or no code example is available.
public static FilePreviewType GetPreviewType(
EntityID file_change_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static FilePreviewType GetPreviewType(
EntityID^ file_change_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- file_change_id
 - 
		Type: EntityID 
		
 
- db
 - 
		Type: IDatabase