CmsDataFormWebPart Constructor
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Protected Sub New ( _
defaultMainXsl As String, _
defaultHeaderXsl As String, _
defaultItemXsl As String _
)
'Usage
Dim defaultMainXsl As String
Dim defaultHeaderXsl As String
Dim defaultItemXsl As String
Dim instance As New CmsDataFormWebPart(defaultMainXsl, _
defaultHeaderXsl, defaultItemXsl)
protected CmsDataFormWebPart(
string defaultMainXsl,
string defaultHeaderXsl,
string defaultItemXsl
)
Parameters
- defaultMainXsl
Type: System.String
- defaultHeaderXsl
Type: System.String
- defaultItemXsl
Type: System.String