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
- folderPath
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<[]>