Share via


PersonalCache.ReadCache(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.UserProfiles.PersonalCacheItem[]> ReadCache (string folderPath);
member this.ReadCache : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.UserProfiles.PersonalCacheItem[]>
Public Function ReadCache (folderPath As String) As ClientResult(Of PersonalCacheItem())

Parameters

folderPath
String

Returns

Attributes

Applies to