Click or drag to resize

DocumentManagerGetLibraryAuditLogs Method

Returns information from the library audit log

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public AuditLogEntry[] GetLibraryAuditLogs(
	string username,
	DateTime? dateFrom,
	DateTime? dateTo,
	string description
)

Parameters

username
Type: SystemString
dateFrom
Type: SystemNullableDateTime
dateTo
Type: SystemNullableDateTime
description
Type: SystemString

Return Value

Type: AuditLogEntry
See Also