Show / Hide Table of Contents

Interface IFileMetadata

Namespace: IndicoV2.Storage.Models
Assembly: IndicoV2.Abstractions.dll
Syntax
public interface IFileMetadata

Properties

| Improve this Doc View Source

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Path

Declaration
string Path { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UploadType

Declaration
UploadType UploadType { get; }
Property Value
Type Description
UploadType
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX