Class FileManagerDirectoryContent
Inheritance
System.Object
FileManagerDirectoryContent
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()
Assembly: Syncfusion.EJ2.dll
Syntax
public class FileManagerDirectoryContent
Constructors
FileManagerDirectoryContent()
Declaration
public FileManagerDirectoryContent()
Properties
Action
Declaration
public string Action { get; set; }
Property Value
Type |
Description |
System.String |
|
CaseSensitive
Declaration
public bool CaseSensitive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Data
Declaration
public FileManagerDirectoryContent[] Data { get; set; }
Property Value
DateCreated
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DateModified
Declaration
public DateTime DateModified { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FilterId
Declaration
public string FilterId { get; set; }
Property Value
Type |
Description |
System.String |
|
FilterPath
Declaration
public string FilterPath { get; set; }
Property Value
Type |
Description |
System.String |
|
HasChild
Declaration
public bool HasChild { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IsFile
Declaration
public bool IsFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Names
Declaration
public string[] Names { get; set; }
Property Value
Type |
Description |
System.String[] |
|
NewName
Declaration
public string NewName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentId
Declaration
public string ParentId { get; set; }
Property Value
Type |
Description |
System.String |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
Permission
Declaration
public AccessPermission Permission { get; set; }
Property Value
PreviousName
Declaration
public string PreviousName { get; set; }
Property Value
Type |
Description |
System.String |
|
RenameFiles
Declaration
public string[] RenameFiles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
SearchString
Declaration
public string SearchString { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowFileExtension
Declaration
public bool ShowFileExtension { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowHiddenItems
Declaration
public bool ShowHiddenItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Size
Declaration
public long Size { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
TargetData
Declaration
public FileManagerDirectoryContent TargetData { get; set; }
Property Value
TargetPath
Declaration
public string TargetPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
UploadFiles
Declaration
public IList<HttpPostedFileBase> UploadFiles { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.Web.HttpPostedFileBase> |
|