PageElementInfo Constructor |
Standard ctor.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PageElementInfo(
string id,
string name,
int order,
PageElementAttrs attributes,
string slot,
ComponentInfo compInfo,
string pageID
)
Public Sub New (
id As String,
name As String,
order As Integer,
attributes As PageElementAttrs,
slot As String,
compInfo As ComponentInfo,
pageID As String
)
Parameters
- id
- Type: SystemString
The row's ID - name
- Type: SystemString
The element name - order
- Type: SystemInt32
The order of the element - attributes
- Type: NetQuarryPageElementAttrs
Attributes - slot
- Type: SystemString
The slot (id). - compInfo
- Type: NetQuarryComponentInfo
The component info object to associate with this page element. - pageID
- Type: SystemString
The id of the parent page object.
See Also