The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IsolatedStorage::IncreaseQuotaTo Method (Int64)
.NET Framework (current version)
When overridden in a derived class, prompts a user to approve a larger quota size, in bytes, for isolated storage.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] virtual bool IncreaseQuotaTo( long long newQuotaSize )
Parameters
- newQuotaSize
-
Type:
System::Int64
The requested new quota size, in bytes, for the user to approve.
The IsolatedStorageFile::IncreaseQuotaTo method overrides this method.
.NET Framework
Available since 4.0
Available since 4.0
Show: