Get information about an individual file change - this will not include attributes etc
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetFileChangeInfo( _
ByVal change_id As EntityID, _
ByVal db As IDatabase _
) As FileChangeInfo
This language is not supported or no code example is available.
public static FileChangeInfo GetFileChangeInfo(
EntityID change_id,
IDatabase db
)
This language is not supported or no code example is available.
public:
static FileChangeInfo^ GetFileChangeInfo(
EntityID^ change_id,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- change_id
 - 
		Type: EntityID 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>