ILoggingManagerGetRecentPublishLogs Method
|
Fetches the most recent
publish logs up to the provided number.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax IEnumerable<IPublishLog> GetRecentPublishLogs(
int count
)
Function GetRecentPublishLogs (
count As Integer
) As IEnumerable(Of IPublishLog)
IEnumerable<IPublishLog^>^ GetRecentPublishLogs(
int count
)
abstract GetRecentPublishLogs :
count : int -> IEnumerable<IPublishLog>
Parameters
- count
- Type: SystemInt32
The number of logs to retrieve.
Return Value
Type:
IEnumerableIPublishLogA list of logs. The list will be as long as the provided number, unless fewer than that number of logs exist in which case it will contain all available logs.
See Also