SPQuotaTemplate Members
Include Protected Members
Include Inherited Members
Represents a reusable definition of a quota that is applied to SharePoint sites in the deployment.
The SPQuotaTemplate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPQuotaTemplate | Initializes a new instance of the SPQuotaTemplate class. |
Top
Properties
Name | Description | |
---|---|---|
InvitedUserMaximumLevel | Gets or sets the maximum number of users that can be invited to the site collection when the account mode for Active Directory Domain Services (AD DS)is enabled. (Inherited from SPQuota.) | |
Name | Gets or sets the name of the quote template. | |
QuotaID | Gets or sets the ID for the quota. (Inherited from SPQuota.) | |
StorageMaximumLevel | Gets or sets a limit on all disk space used by the site collection. (Inherited from SPQuota.) | |
StorageWarningLevel | Gets or sets a storage warning level for when administrators of the site collection receive advance notice before available storage is expended. (Inherited from SPQuota.) | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
UserCodeMaximumLevel | Gets or sets a value that represents the maximum allowed resource usage for this site collection. (Inherited from SPQuota.) | |
UserCodeWarningLevel | Gets or sets a value that determines the level of resource usage at which a warning e-mail message is sent. (Inherited from SPQuota.) | |
Value | Gets the ID of the quota template. |
Top
Methods
Name | Description | |
---|---|---|
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