SPSiteHealthRule.RegexExclude method

Namespace:  Microsoft.SharePoint.Administration.SiteHealth
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Function RegexExclude ( _
    item As String _
) As Boolean
'Usage
Dim item As String
Dim returnValue As Boolean

returnValue = Me.RegexExclude(item)
protected bool RegexExclude(
    string item
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SPSiteHealthRule class

SPSiteHealthRule members

Microsoft.SharePoint.Administration.SiteHealth namespace