SPQuota members
Represents a quota that limits the system resources that are allocated to users.
The SPQuota type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPQuota | Initializes a new instance of the SPQuota 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. | |
QuotaID | Gets or sets the ID for the quota. | |
StorageMaximumLevel | Gets or sets a limit on all disk space used by the site collection. | |
StorageWarningLevel | Gets or sets a storage warning level for when administrators of the site collection receive advance notice before available storage is expended. | |
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. | |
UserCodeWarningLevel | Gets or sets a value that determines the level of resource usage at which a warning e-mail message is sent. |
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
Fields
Name | Description | |
---|---|---|
c_DefaultUserCodeMaximumLevel | ||
c_DefaultUserCodeWarningLevel |
Top