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.StringA string that contains the name of the new object.
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectThe parent object.
id
Type: System.GuidA GUID that identifies the new object.
See Also
Reference
SPPersistedUpgradableObject Class
SPPersistedUpgradableObject Members