SPPersistedObject constructor
Initializes a new instance of the SPPersistedObject class.
Overload list
Name | Description | |
---|---|---|
SPPersistedObject() | Initializes a new instance of the SPPersistedObject class. | |
SPPersistedObject(String, SPPersistedObject) | Initializes a new instance of the SPPersistedObject class based on the specified name and parent object. | |
SPPersistedObject(String, SPPersistedObject, Guid) | Initializes a new instance of the SPPersistedObject class based on the specified name, parent object, and GUID. |
Top