SPPersistedUpgradableObject Constructor (String, SPPersistedObject)

Initializes a new instance of the SPPersistedUpgradableObject class based on the specified name and parent object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub New ( _
    name As String, _
    parent As SPPersistedObject _
)
'Usage
Dim name As String
Dim parent As SPPersistedObject

Dim instance As New SPPersistedUpgradableObject(name, parent)
protected SPPersistedUpgradableObject(
    string name,
    SPPersistedObject parent
)

Parameters

  • name
    Type: System.String

    A string that contains the name of the new object.

See Also

Reference

SPPersistedUpgradableObject Class

SPPersistedUpgradableObject Members

SPPersistedUpgradableObject Overload

Microsoft.SharePoint.Administration Namespace