SPQuotaTemplateCollection members

Represents a collection of SPQuotaTemplate objects.

The SPQuotaTemplateCollection type exposes the following members.

Constructors

  Name Description
Public method SPQuotaTemplateCollection Initializes a new instance of the SPQuotaTemplateCollection class.

Top

Properties

  Name Description
Public property Count Gets the number of quota templates in the collection. (Overrides SPBaseCollection.Count.)
Public property 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.
Public property 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.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Add Creates a quota template object in the collection.
Public method Clear Removes all quota template objects from the collection.
Public method Delete Deletes the quota template object with the specified name from the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPQuotaTemplateCollection class

Microsoft.SharePoint.Administration namespace