SPQuotaTemplateCollection members
Represents a collection of SPQuotaTemplate objects.
The SPQuotaTemplateCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPQuotaTemplateCollection | Initializes a new instance of the SPQuotaTemplateCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of quota templates in the collection. (Overrides SPBaseCollection.Count.) | |
Item[Int32] | Gets the quota template object at the specified index in the collection. In C#, this property is an indexer for the SPQuotaTemplateCollection class. | |
Item[String] | Gets or sets a quota template object with the specified name in the collection. In C#, this property is an indexer for the SPQuotaTemplateCollection class. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Creates a quota template object in the collection. | |
Clear | Removes all quota template objects from the collection. | |
Delete | Deletes the quota template object with the specified name from the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top