EntityLog.GetEntityLogForEntity Method
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
- 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>