Class SelectedFilesVM
Inheritance
System.Object
SelectedFilesVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class SelectedFilesVM : CloudBaseVM
Properties
Files
Declaration
public System.Collections.Generic.ICollection<string> Files { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
FolderId
Declaration
public string FolderId { get; set; }
Property Value
Type |
Description |
System.String |
|
Folders
Declaration
public System.Collections.Generic.ICollection<string> Folders { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
IsAllSelected
Declaration
public bool IsAllSelected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsBin
Declaration
public bool IsBin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
SearchPattern
Declaration
public string SearchPattern { get; set; }
Property Value
Type |
Description |
System.String |
|
UseRegex
Declaration
public bool UseRegex { get; set; }
Property Value
Type |
Description |
System.Boolean |
|