HtmlForgeX

API Reference

Enum

TablerFileServiceMode

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

Controls how much file-service workflow detail a component exposes.

Inheritance

  • Enum
  • TablerFileServiceMode

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 TablerFileServiceMode Simple #

Zero-admin user flow: send, receive, and track status without technical internals.

Value: 0
public const TablerFileServiceMode Advanced #

Power-user flow: package metadata, expiry, assignment, and secure-link controls.

Value: 1
public const TablerFileServiceMode SourceTarget #

Source/target handoff flow: ingress and egress identities/routes are explicit.

Value: 2
public const TablerFileServiceMode Tiered #
EditorBrowsable(2) Obsolete("Use SourceTarget for product-neutral source/target handoff flows.")

Legacy name for SourceTarget.

Value: 2
public const TablerFileServiceMode Admin #

Operator/security flow: quarantine, scan evidence, approval, and service actions.

Value: 3