Class FileItem
Represents a file asset that uploaded locally.
Inheritance
System.Object
FileItem
Assembly: Scrapbook101core.dll
Syntax
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Role
Declaration
public string Role { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Size
Declaration
public string Size { get; set; }
Property Value
Type |
Description |
System.String |
|