UserGroupManagerGetInsufficientCALLogs Method

Return information from the insufficient CAL log

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information from the insufficient CAL log")]
public ActivityLogEntry[] GetInsufficientCALLogs(
	string username,
	DateTime? dateFrom,
	DateTime? dateTo
)

Parameters

username  String
 
dateFrom  NullableDateTime
 
dateTo  NullableDateTime
 

Return Value

ActivityLogEntry

See Also