HtmlForgeX

API Reference

Enum

TablerServiceConfigSectionOwnership

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Ownership classification for runtime configuration sections.

Inheritance

  • Enum
  • TablerServiceConfigSectionOwnership

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const TablerServiceConfigSectionOwnership Managed #

The visual workflow owns the whole section.

Value: 0
public const TablerServiceConfigSectionOwnership Mixed #

The visual workflow owns common fields and preserves advanced fields.

Value: 1
public const TablerServiceConfigSectionOwnership Preserved #

The section is carried forward from runtime config until a visual editor exists.

Value: 2