Show / Hide Table of Contents

Class FileItem

Represents a file asset that uploaded locally.

Inheritance
System.Object
FileItem
Namespace: Scrapbook101core.Models
Assembly: Scrapbook101core.dll
Syntax
public class FileItem

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX for Scrapbook101Core on