SPPersistedUpgradableObject Constructor (String, SPPersistedObject, Guid)

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

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, _
    id As Guid _
)
'Usage
Dim name As String
Dim parent As SPPersistedObject
Dim id As Guid

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

Parameters

  • name
    Type: System.String

    A string that contains the name of the new object.

  • id
    Type: System.Guid

    A GUID that identifies the new object.

See Also

Reference

SPPersistedUpgradableObject Class

SPPersistedUpgradableObject Members

SPPersistedUpgradableObject Overload

Microsoft.SharePoint.Administration Namespace