Get the entity log for a specific target

Namespace: SynergyServerScripting.Entities
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.
JScript does not support generic types and methods.
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>

Return Value

Type: List<EntityLogItem>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1