Class FileManagerAjaxSettings
Inheritance
System.Object
FileManagerAjaxSettings
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
DownloadUrl
Specifies URL to download the files from server.
Declaration
public string DownloadUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
GetImageUrl
Specifies URL to get the images from server.
Declaration
public string GetImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
UploadUrl
Specifies URL to upload the files to server.
Declaration
public string UploadUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Specifies URL to read the files from server.
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|