P4s3PortalWebSvc GetAppLogGridFormatByUsernameDateRange Method A Sandcastle Documented Class Library
Returns all app log entries formatted for admin grid display for the given criteria.

Namespace: P4s3WebSvc
Assembly: P4s3WebSvc (in P4s3WebSvc.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public DataSet GetAppLogGridFormatByUsernameDateRange(
	string username,
	string startDate,
	string endDate,
	string page,
	string notes,
	string key
)

Parameters

username
Type: System String
startDate
Type: System String
endDate
Type: System String
page
Type: System String
notes
Type: System String
key
Type: System String

Return Value

Type: DataSet
See Also