Share via


FilterDescriptor.Delete Method

NOTE: This API is now obsolete.

Deletes the filter descriptor from the Business Data Catalog.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Overrides Sub Delete
'Usage
Dim instance As FilterDescriptor

instance.Delete()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public override void Delete()

Remarks

May throw the ConcurrencyException if the version of the object in memory is different from the version in the database (which means you are deleting something that has been updated since you obtained it from the database).

See Also

Reference

FilterDescriptor Class

FilterDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace