SPWebApplication.UpdateVersionedMappedPage method
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function UpdateVersionedMappedPage ( _
key As SPWebApplication.SPCustomPage, _
compatibilityLevel As Integer, _
newValue As String _
) As Boolean
'Usage
Dim instance As SPWebApplication
Dim key As SPWebApplication.SPCustomPage
Dim compatibilityLevel As Integer
Dim newValue As String
Dim returnValue As Boolean
returnValue = instance.UpdateVersionedMappedPage(key, _
compatibilityLevel, newValue)
public bool UpdateVersionedMappedPage(
SPWebApplication.SPCustomPage key,
int compatibilityLevel,
string newValue
)
Parameters
- compatibilityLevel
Type: System.Int32
- newValue
Type: System.String
Return value
Type: System.Boolean