Class UploadMetadata
- Namespace
- Shift.Common.File
- Assembly
- Shift.Common.dll
public class UploadMetadata
- Inheritance
-
UploadMetadata
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid ContainerIdentifier { get; set; }
Property Value
- Guid
public string ContainerType { get; set; }
Property Value
- string
public int FileCount { get; set; }
Property Value
- int
public string FileName { get; set; }
Property Value
- string
public string FilePath { get; set; }
Property Value
- string
public string FileSize { get; set; }
Property Value
- string
public string FileType { get; set; }
Property Value
- string
public string OrganizationCode { get; set; }
Property Value
- string
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
public string UploadDate { get; set; }
Property Value
- string
public string UploadFolder { get; set; }
Property Value
- string
public string UploadUrl { get; set; }
Property Value
- string
public string UploadUrlReferrer { get; set; }
Property Value
- string
public Guid UserIdentifier { get; set; }
Property Value
- Guid
public string UserName { get; set; }
Property Value
- string