Class FileManagerAjaxSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
FileManagerAjaxSettings
Namespace: Syncfusion.EJ2.FileManager
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerAjaxSettings : EJTagHelper
Constructors
FileManagerAjaxSettings()
Declaration
public FileManagerAjaxSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
DownloadUrl
Specifies URL to download the files from server.
Declaration
public string DownloadUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
GetImageUrl
Specifies URL to get the images from server.
Declaration
public string GetImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
UploadUrl
Specifies URL to upload the files to server.
Declaration
public string UploadUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Url
Specifies URL to read the files from server.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |