P4s3PortalWebSvc AddFilterReportOrder Method A Sandcastle Documented Class Library
Adds a new filter report order entry into the system.

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

public bool AddFilterReportOrder(
	string orderDirId,
	string orderDirText,
	string reportId,
	string colName,
	string tableName,
	string key
)

Parameters

orderDirId
Type: System String
orderDirText
Type: System String
reportId
Type: System String
colName
Type: System String
tableName
Type: System String
key
Type: System String

Return Value

Type: Boolean
See Also