Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Save the caching related properties to be restored prior to doing the import operation.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Shared Function SaveCacheSettingsBeforeImport ( _
importSiteUrl As String _
) As SavedCacheSettings
'Usage
Dim importSiteUrl As String
Dim returnValue As SavedCacheSettings
returnValue = SiteCacheSettingsWriter.SaveCacheSettingsBeforeImport(importSiteUrl)
public static SavedCacheSettings SaveCacheSettingsBeforeImport(
string importSiteUrl
)
Parameters
importSiteUrl
Type: System.StringA string that specifies the import site URL.
Return Value
Type: Microsoft.SharePoint.Publishing.SavedCacheSettings