SearchStaticHelperWrapper.GetEntityInstanceIds 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.Search
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Shared Function GetEntityInstanceIds ( _
    sspAppId As String, _
    entityId As UInteger, _
    systemInstanceId As UInteger _
) As EntityInstanceEnumeratorHandle
'Usage
Dim sspAppId As String
Dim entityId As UInteger
Dim systemInstanceId As UInteger
Dim returnValue As EntityInstanceEnumeratorHandle

returnValue = SearchStaticHelperWrapper.GetEntityInstanceIds(sspAppId, _
    entityId, systemInstanceId)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public static EntityInstanceEnumeratorHandle GetEntityInstanceIds(
    string sspAppId,
    uint entityId,
    uint systemInstanceId
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Search.EntityInstanceEnumeratorHandle

See Also

Reference

SearchStaticHelperWrapper Class

SearchStaticHelperWrapper Members

Microsoft.Office.Server.ApplicationRegistry.Search Namespace