Share via


EditCrawlRule.RollBackUpdateForRule Method

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.Search.Admin.Pages
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Sub RollBackUpdateForRule ( _
    rulePath As String, _
    oldPath As String, _
    oldType As CrawlRuleType, _
    oldSuppress As Boolean, _
    oldFollow As Boolean _
)
'Usage
Dim rulePath As String
Dim oldPath As String
Dim oldType As CrawlRuleType
Dim oldSuppress As Boolean
Dim oldFollow As Boolean

Me.RollBackUpdateForRule(rulePath, _
    oldPath, oldType, oldSuppress, oldFollow)
protected void RollBackUpdateForRule(
    string rulePath,
    string oldPath,
    CrawlRuleType oldType,
    bool oldSuppress,
    bool oldFollow
)

Parameters

See Also

Reference

EditCrawlRule Class

EditCrawlRule Members

Microsoft.SharePoint.Portal.Search.Admin.Pages Namespace