[This is preliminary documentation and is subject to change.]

Gets which column hyperlink are to be shown on the case list screen.

Namespace:  OfficeClip.BusinessLayer.Tracker
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public DataTable GetShowLink(
	DataSet ds,
	string sortField
)
Visual Basic (Declaration)
Public Function GetShowLink ( _
	ds As DataSet, _
	sortField As String _
) As DataTable
Visual C++
public:
DataTable^ GetShowLink(
	DataSet^ ds, 
	String^ sortField
)

Parameters

ds
Type: System.Data..::.DataSet
The dataset in question.
sortField
Type: System..::.String
The sort field.

Return Value

The table with the links set.

See Also