Click or drag to resize

UserGroupManagerGetInsufficientCALLogEntries Method

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

Parameters

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

Return Value

Type: ActivityLogEntry
See Also