Get the entity log for a specific target
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Public Shared Function GetEntityLogForEntity( _
ByVal entity_id As EntityID, _
ByVal entity_type As EntityType, _
ByVal start_date As Date, _
ByVal end_date As Date, _
ByVal page As Long, _
ByVal num_entries_per_page As Long, _
ByVal db As IDatabase, _
ByVal disable_pagination As Boolean _
) As List(Of EntityLogItem)
This language is not supported or no code example is available.
public static List<EntityLogItem> GetEntityLogForEntity(
EntityID entity_id,
EntityType entity_type,
DateTime start_date,
DateTime end_date,
long page,
long num_entries_per_page,
IDatabase db,
bool disable_pagination
)
This language is not supported or no code example is available.
public:
static List<EntityLogItem^>^ GetEntityLogForEntity(
EntityID^ entity_id,
EntityType entity_type,
DateTime start_date,
DateTime end_date,
long page,
long num_entries_per_page,
IDatabase^ db,
bool disable_pagination
)
This language is not supported or no code example is available.
Parameters
- entity_id
 - 
		Type: EntityID 
		
<default>
 
- entity_type
 - 
		Type: EntityType 
		
<default>
 
- start_date
 - 
		Type: DateTime 
		
<default>
 
- end_date
 - 
		Type: DateTime 
		
<default>
 
- page
 - 
		Type: long 
		
<default>
 
- num_entries_per_page
 - 
		Type: long 
		
<default>
 
- db
 - 
		Type: IDatabase 
		
<default>
 
- disable_pagination
 - 
		Type: bool 
		
<default>