EntityLog.GetEntityLogForEntity Method

Get the entity log for a specific target
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
EntityID

<default>

entity_type
EntityType

<default>

start_date
DateTime

<default>

end_date
DateTime

<default>

page
long

<default>

num_entries_per_page
long

<default>

db
IDatabase

<default>

disable_pagination
bool

<default>

Return Value

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

In this article

Definition