UploadMethodList Constructor

Initializes a new instance of the UploadMethodList class.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public UploadMethodList(
	IEnumerable<UploadMethod> uploadMethods
)

Parameters

uploadMethods  IEnumerableUploadMethod

[Missing <param name="uploadMethods"/> documentation for "M:GleamTech.FileUltimate.AspNet.UI.UploadMethodList.#ctor(System.Collections.Generic.IEnumerable{GleamTech.FileUltimate.AspNet.UI.UploadMethod})"]

See Also