PersonalCache.ReadCacheOrCreate method
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function ReadCacheOrCreate ( _
folderPath As ResourcePath, _
requiredCacheKeys As String(), _
createIfMissing As Boolean _
) As ClientResult(Of PersonalCacheItem())
'Usage
Dim instance As PersonalCache
Dim folderPath As ResourcePath
Dim requiredCacheKeys As String()
Dim createIfMissing As Boolean
Dim returnValue As ClientResult(Of PersonalCacheItem())
returnValue = instance.ReadCacheOrCreate(folderPath, _
requiredCacheKeys, createIfMissing)
public ClientResult<PersonalCacheItem[]> ReadCacheOrCreate(
ResourcePath folderPath,
string[] requiredCacheKeys,
bool createIfMissing
)
Parameters
- folderPath
Type: Microsoft.SharePoint.Client.ResourcePath
- requiredCacheKeys
Type: []
- createIfMissing
Type: System.Boolean
Return value
Type: Microsoft.SharePoint.Client.ClientResult<[]>