Skip to content

BrowseOptions

Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Options for browse operations.

sealed public

Contents

Constructors (1) | Methods (5) | Properties (4)

Constructors

BrowseOptions

csharp
BrowseOptions()

Methods

IncludeField

Checks if a specific field should be included in the response.

csharp
bool IncludeField(string fieldName)

Parameters

  • fieldName (string) - The field name to check.

Returns

Type: bool

True if the field should be included.

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Type

Gets or sets the type of content to list.

Type: BrowseType?

Filter

Gets or sets the wildcard filter pattern (e.g., "*.pdf", "report.xlsx").

Type: string?

Recursive

Gets or sets a value indicating whether to list files recursively.

Type: bool?

Fields

Gets or sets the fields to include in the response. If null or empty, all fields are included.

Type: IEnumerable<string>?