| FrontendControl Constructor (Int32, String) |
Constructor.
Namespace:
Dynamicweb.News.Common.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public FrontendControl(
int rowid,
string name
)
Public Sub New (
rowid As Integer,
name As String
)
Parameters
- rowid
- Type: SystemInt32
The rowid. - name
- Type: SystemString
The name.
See Also