Click or drag to resize

DocumentManagerGetFilteredLibraryAuditLogs 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[] GetFilteredLibraryAuditLogs(
	Guid? userGuid,
	DateTime? dateFrom,
	DateTime? dateTo,
	string description
)

Parameters

userGuid
Type: SystemNullableGuid
dateFrom
Type: SystemNullableDateTime
dateTo
Type: SystemNullableDateTime
description
Type: SystemString

Return Value

Type: AuditLogEntry
See Also