Delen via


PersonalCache.WriteCache method

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

Syntax

'Declaration
Public Sub WriteCache ( _
    cacheItems As PersonalCacheItem() _
)
'Usage
Dim instance As PersonalCache
Dim cacheItems As PersonalCacheItem()

instance.WriteCache(cacheItems)
public void WriteCache(
    PersonalCacheItem[] cacheItems
)

Parameters

  • cacheItems
    Type: []

See also

Reference

PersonalCache class

PersonalCache members

Microsoft.SharePoint.Client.UserProfiles namespace