Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.IO.IsolatedStorage
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.

Return Value

Type: System::Boolean

false in all cases.

The IsolatedStorageFile::IncreaseQuotaTo method overrides this method.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft