Table of Contents

Class Field

Namespace
Dynamicweb.Content.Files.Metadata
Assembly
Dynamicweb.dll

An instance of a field definition in the meta data.

public class Field
Inheritance
Field
Inherited Members

Fields

Editor

The editor type to use in the administration interface to edit this value

public required string Editor

Field Value

string

Id

The identifier

public required string Id

Field Value

string

Label

The label of the field

public required string Label

Field Value

string

Options

The options of the field in case of select box

public string? Options

Field Value

string
To top