SPSiteHealthNonrepairableRule constructor
Namespace: Microsoft.SharePoint.Administration.SiteHealth
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub New ( _
spSite As SPSite, _
metadata As IXPathNavigable, _
id As Guid, _
name As String, _
helpKey As String _
)
'Usage
Dim spSite As SPSite
Dim metadata As IXPathNavigable
Dim id As Guid
Dim name As String
Dim helpKey As String
Dim instance As New SPSiteHealthNonrepairableRule(spSite, _
metadata, id, name, helpKey)
protected SPSiteHealthNonrepairableRule(
SPSite spSite,
IXPathNavigable metadata,
Guid id,
string name,
string helpKey
)
Parameters
- spSite
Type: Microsoft.SharePoint.SPSite
- metadata
Type: System.Xml.XPath.IXPathNavigable
- id
Type: System.Guid
- name
Type: System.String
- helpKey
Type: System.String
See also
Reference
SPSiteHealthNonrepairableRule class