Class WebAPIFileOperations
Inheritance
System.Object
WebAPIFileOperations
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class WebAPIFileOperations
Constructors
WebAPIFileOperations()
Declaration
public WebAPIFileOperations()
Methods
Download(String)
Declaration
public void Download(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
GetImageSize(String)
Declaration
public virtual ImageSize GetImageSize(string size)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | size |
Returns
| Type | Description |
|---|---|
| ImageSize |
Upload(HttpFileCollection, String, IEnumerable<Object>)
Declaration
public virtual void Upload(HttpFileCollection files, string path, IEnumerable<object> selectedItems = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Web.HttpFileCollection | files | |
| System.String | path | |
| System.Collections.Generic.IEnumerable<System.Object> | selectedItems |