ISPCache.EnumObjectList Method
Returns a List of the names of all the 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
Function EnumObjectList ( _
objectTypeName As String _
) As List(Of String)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim returnValue As List(Of String)
returnValue = instance.EnumObjectList(objectTypeName)
List<string> EnumObjectList(
string objectTypeName
)
Parameters
- objectTypeName
Type: System.String
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.