SPContentDatabaseTestResult constructor (String, Boolean, Boolean, String, String, List<SPTestResultLocation>)
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
category As String, _
error As Boolean, _
upgradeBlocking As Boolean, _
message As String, _
remedy As String, _
locations As List(Of SPTestResultLocation) _
)
'Usage
Dim category As String
Dim error As Boolean
Dim upgradeBlocking As Boolean
Dim message As String
Dim remedy As String
Dim locations As List(Of SPTestResultLocation)
Dim instance As New SPContentDatabaseTestResult(category, _
error, upgradeBlocking, message, _
remedy, locations)
public SPContentDatabaseTestResult(
string category,
bool error,
bool upgradeBlocking,
string message,
string remedy,
List<SPTestResultLocation> locations
)
Parameters
- category
Type: System.String
- error
Type: System.Boolean
- upgradeBlocking
Type: System.Boolean
- message
Type: System.String
- remedy
Type: System.String
- locations
Type: System.Collections.Generic.List<SPTestResultLocation>
See also
Reference
SPContentDatabaseTestResult class
SPContentDatabaseTestResult members