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: