dbicMonth Send comments on this topic.
dbiCustomArea Constructor(XmlNodeList)
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiCustomArea Class > dbiCustomArea Constructor : dbiCustomArea Constructor(XmlNodeList)

xmlNodes
The XMLNodeList containing custom area information.
Initializes a new instance of the CustomArea class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xmlNodes As XmlNodeList _
)
C# 
public dbiCustomArea( 
   XmlNodeList xmlNodes
)

Parameters

xmlNodes
The XMLNodeList containing custom area information.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also