Click or drag to resize

UserGroupManagerGetInsufficientCALLogs Method

Return information from the insufficient cal log

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public ActivityLogEntry[] GetInsufficientCALLogs(
	string username,
	DateTime? dateFrom,
	DateTime? dateTo
)

Parameters

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

Return Value

Type: ActivityLogEntry
See Also