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
- item
Type: System.String
Return value
Type: System.Boolean