Share via


BdcWebService.GetFilterDescriptorsForMethod Method

NOTE: This API is now obsolete.

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
<WebMethodAttribute> _
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Function GetFilterDescriptorsForMethod ( _
    methodId As UInteger _
) As FilterDescriptorStruct()
'Usage
Dim instance As BdcWebService
Dim methodId As UInteger
Dim returnValue As FilterDescriptorStruct()

returnValue = instance.GetFilterDescriptorsForMethod(methodId)
[WebMethodAttribute]
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public FilterDescriptorStruct[] GetFilterDescriptorsForMethod(
    uint methodId
)

Parameters

Return Value

Type: []

See Also

Reference

BdcWebService Class

BdcWebService Members

Microsoft.Office.Server.ApplicationRegistry.WebService Namespace