BadMarkupData Constructor (Type, String, String, String, String, String)
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
representableWebPartType As Type, _
errorMessage As String, _
errorDetails As String, _
designText As String, _
sourcePreamble As String, _
allRegisterDirectives As String _
)
'Usage
Dim representableWebPartType As Type
Dim errorMessage As String
Dim errorDetails As String
Dim designText As String
Dim sourcePreamble As String
Dim allRegisterDirectives As String
Dim instance As New BadMarkupData(representableWebPartType, _
errorMessage, errorDetails, designText, _
sourcePreamble, allRegisterDirectives)
public BadMarkupData(
Type representableWebPartType,
string errorMessage,
string errorDetails,
string designText,
string sourcePreamble,
string allRegisterDirectives
)
Parameters
- representableWebPartType
Type: System.Type
- errorMessage
Type: System.String
- errorDetails
Type: System.String
- designText
Type: System.String
- sourcePreamble
Type: System.String
- allRegisterDirectives
Type: System.String