Heureka API .NET Documentation
CategoryConfig.CategoryRow Constructor(String,String,String,String,Int32)



Syntax
'Declaration
 
Public Function New( _
   ByVal areaLevel2 As String, _
   ByVal areaLevel3 As String, _
   ByVal description As String, _
   ByVal categoryName As String, _
   ByVal period As Integer _
)
'Usage
 
Dim areaLevel2 As String
Dim areaLevel3 As String
Dim description As String
Dim categoryName As String
Dim period As Integer
 
Dim instance As New CategoryConfig.CategoryRow(areaLevel2, areaLevel3, description, categoryName, period)
public CategoryConfig.CategoryRow( 
   string areaLevel2,
   string areaLevel3,
   string description,
   string categoryName,
   int period
)

Parameters

areaLevel2
areaLevel3
description
categoryName
period
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryConfig.CategoryRow Class
CategoryConfig.CategoryRow Members
Overload List

Send Feedback