Get info about a file preview
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetPreview( _
ByVal file_change_id As EntityID, _
ByVal db As IDatabase, _
ByRef type As FilePreviewType _
) As Boolean
This language is not supported or no code example is available.
public static bool GetPreview(
EntityID file_change_id,
IDatabase db,
out FilePreviewType type
)
This language is not supported or no code example is available.
public:
static bool GetPreview(
EntityID^ file_change_id,
IDatabase^ db,
FilePreviewType& type
)
This language is not supported or no code example is available.
Parameters
- file_change_id
 - 
		Type: EntityID 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>
 
- type
 - 
		Type: FilePreviewType 
		
<default>