ArchiveResultDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Result of an archive operation.
public
Contents
Constructors (1) | Methods (4) | Properties (3)
Constructors
ArchiveResultDto
csharp
ArchiveResultDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
ArchiveId
Gets or sets the unique archive ID (filename).
Type: string
ArchivePath
Gets or sets the path to the archive file within the filesource.
Type: string
FileCount
Gets or sets the number of files included in the archive.
Type: int