SPPersistedTypeCollection members
Template class definition for collections of Persisted objects that are or derive from a specific type.
The SPPersistedTypeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPPersistedTypeCollection | Initializes a new instance of the [Microsoft.SharePoint.Administration.SPPersistedTypeCollection] class based on the given [System.Type] parameter within the given [Microsoft.SharePoint.Administration.SPFarm]. |
Top
Properties
Name | Description | |
---|---|---|
Farm | The SharePoint Farm to which this collection belongs. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Retrieves an enumerator for the type collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitializeFromDatabase | Fetches the row set of objects that depend on this collection. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top