UserGroupManagerGetInsufficientCALLogsByUserGuid 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[] GetInsufficientCALLogsByUserGuid(
	Guid? userGuid,
	DateTime? dateFrom,
	DateTime? dateTo
)

Parameters

userGuid  NullableGuid
dateFrom  NullableDateTime
dateTo  NullableDateTime

Return Value

ActivityLogEntry

See Also