Click or drag to resize
DataNameBaseGetActualHistoryCaption Method

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

Returns a Caption for displaying in the history tree

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public string GetActualHistoryCaption(
	DataTable historyDataTable
)

Parameters

historyDataTable
Type: System.DataDataTable

[Missing <param name="historyDataTable"/> documentation for "M:CSC.SC.TOPICA4.Template.DataNameBase.GetActualHistoryCaption(System.Data.DataTable)"]

Return Value

Type: String
Evaluates the properties Caption, HistoryCaption and DataName and returns the value of the first property that isn't null or empty
See Also