Runs a query agains the Help Builder project and returns a DataRow Collection.
wwHelp Hb = wwHelp.CreateInstance();
Hb.Open("d:\temp\hbMsdn\hbMsdn");
System.Data.DataRowCollection Rows = Hb.GetTopics("pk,topic,body","type='TOPIC'","PK");
Hb.Close();
Hb.Release();
public DataRowCollection GetTopics( string FieldList, string WhereClause, string Order );
Return Value
DataRowCollection
Parameters
FieldList
list of fields to return (see docs)
WhereClause
Where clause SQL syntax
Order
Specify at least one sort order
Overloads:
See also:
Class wwHelp© West Wind Techologies, 1996-2023 • Updated: 04/15/05
Comment or report problem with topic