SPMigrationMappingData constructor (String, String)
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
newName As String, _
newKey As String _
)
'Usage
Dim newName As String
Dim newKey As String
Dim instance As New SPMigrationMappingData(newName, _
newKey)
public SPMigrationMappingData(
string newName,
string newKey
)
Parameters
- newName
Type: System.String
- newKey
Type: System.String
See also
Reference
SPMigrationMappingData members