BrowseResultDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Result of a browse operation.
public
Contents
Constructors (1) | Methods (4) | Properties (2)
Constructors
BrowseResultDto
csharp
BrowseResultDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Folders
Gets or sets the list of folders.
Type: IEnumerable<FolderInfoDto>
Files
Gets or sets the list of files.
Type: IEnumerable<FileInfoDto>