BrowseResponseDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response containing files and folders from a browse operation.
sealed public
Contents
Constructors (2) | Methods (4) | Properties (2)
Constructors
BrowseResponseDto
Initializes a new instance of the BrowseResponseDto class.
csharp
BrowseResponseDto()BrowseResponseDto
Initializes a new instance of the BrowseResponseDto class.
csharp
BrowseResponseDto(FolderInfoDto} folders, FileInfoDto} files)Parameters
- folders (FolderInfoDto}) - The list of folders.
- files (FileInfoDto}) - The list of files.
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>