SPCache.EnumObjectList Method

Returns a list of all object identifiers for all objects in the cache with the specified object type.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Function EnumObjectList ( _
    objectTypeName As String _
) As List(Of String)
'Usage
Dim instance As SPCache
Dim objectTypeName As String
Dim returnValue As List(Of String)

returnValue = instance.EnumObjectList(objectTypeName)
public List<string> EnumObjectList(
    string objectTypeName
)

Parameters

Return Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace