PersonalCache.ReadCache method

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Function ReadCache ( _
    folderPath As String _
) As ClientResult(Of PersonalCacheItem())
'Usage
Dim instance As PersonalCache
Dim folderPath As String
Dim returnValue As ClientResult(Of PersonalCacheItem())

returnValue = instance.ReadCache(folderPath)
public ClientResult<PersonalCacheItem[]> ReadCache(
    string folderPath
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<[]>

See also

Reference

PersonalCache class

PersonalCache members

Microsoft.SharePoint.Client.UserProfiles namespace