IAdmLog
The IAdmLog interface is the base interface for all interfaces that represent log records.
Methods
Properties
-
Property
-
Description
-
RecordCount
-
Gets the number of records in the log.
-
PageSize
-
Gets or sets the number of log records per page.
-
PageCount
-
Gets the number of pages in the log.
-
Sort
-
Gets or sets sorting options.
Details
GetPage()
Gets a page of the log records by its index.
IAdmLogRecords GetPage(int index)
ToXml()
Returns the log records in an XML document.
string ToXml()
RecordCount
Gets the number of records in the log.
- Type:
- int
- Access:
- Read-only
PageSize
Gets or sets the number of log records per page.
- Type:
- int
- Access:
- Read/Write
PageCount
Gets the number of pages in the log.
- Type:
- int
- Access:
- Read-only
Sort
Gets or sets sorting options.
- Type:
- IAdmSortOptions
- Access:
- Read/Write
Requirements
Minimum required version: 2023