CmsDataFormWebPart Constructor
Initializes a new instance of the CmsDataFormWebPart object.
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.StringA string that contains the default style sheet for the main content.
defaultHeaderXsl
Type: System.StringA string that contains the default style sheet for the header content.
defaultItemXsl
Type: System.StringA string that contains the default style sheet for the items.