Share via


FilterDescriptor.Read Method

NOTE: This API is now obsolete.

Reads a filter descriptor object from the Business Data Catalog database. overwriting the current value of the fields of the object with whatever was present in the metadata database. For example, if you change the name of a FilterDescriptor and then call .Read on the FilterDescriptor, the name will be reset to whatever is in the database.

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 Read
'Usage
Dim instance As FilterDescriptor

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

See Also

Reference

FilterDescriptor Class

FilterDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace