Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 441 Bytes

path-substitution.md

File metadata and controls

25 lines (16 loc) · 441 Bytes

Path Substitution

Defines the MediaBrowser.Model.Configuration.PathSubstitution.

Structure

PathSubstitution

Fields

Name Type Tags Description
mfrom string Optional Gets or sets the value to substitute.
to string Optional Gets or sets the value to substitution with.

Example (as JSON)

{
  "From": null,
  "To": null
}