FileManagerFolderDemandQuota Method

Checks if the specified file with size under this folder is allowed to be created, and throws an exception if not.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public void DemandQuota(
	long size,
	string fileName
)

Parameters

size  Int64

[Missing <param name="size"/> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileManagerFolder.DemandQuota(System.Int64,System.String)"]

fileName  String

[Missing <param name="fileName"/> documentation for "M:GleamTech.FileUltimate.AspNet.UI.FileManagerFolder.DemandQuota(System.Int64,System.String)"]

See Also