Entity.GetFinderView Method
NOTE: This API is now obsolete.
Gets the view of the finder method. It represents the fields that would be present in the entity instances returned if the Finder was executed.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Public Function GetFinderView As View
'Usage
Dim instance As Entity
Dim returnValue As View
returnValue = instance.GetFinderView()
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
public View GetFinderView()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace