Class ImportRequest
Specifies a class for import request.
Inheritance
System.Object
ImportRequest
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ImportRequest
Constructors
ImportRequest()
Declaration
public ImportRequest()
Properties
AllowSheetOnDemand
Gets or sets a value indicating whether the sheet on demand is enable or not.
Declaration
public bool AllowSheetOnDemand { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if the sheet on demand is enabled; otherwise, false. |
CancellationToken
Gets or sets the Cancellation Token.Which indicates whether cancellation is requested.
Declaration
public CancellationTokenSource CancellationToken { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.CancellationTokenSource |
DataContainer
Gets or sets the data contaner.
Declaration
public object DataContainer { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
File
Gets or sets the file.
Declaration
public HttpPostedFileBase File { get; set; }
Property Value
Type | Description |
---|---|
System.Web.HttpPostedFileBase |
FileStream
Gets or sets the file stream.
Declaration
public Stream FileStream { get; set; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
FileType
Gets or sets the file type.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Password
Gets or sets the password.
Declaration
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreventUnknownFormulas
Gets or sets a value indicating whether the loading of excel with unknown formulas is prevented or not.
Declaration
public bool PreventUnknownFormulas { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SheetIndex
Gets or sets the sheet index.
Declaration
public int SheetIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Url
Gets or sets the url.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |