API Reference
Enum
TablerFileServiceMode
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.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerFileServiceMode Simple #Zero-admin user flow: send, receive, and track status without technical internals.
Value:
0public const TablerFileServiceMode Advanced #Power-user flow: package metadata, expiry, assignment, and secure-link controls.
Value:
1public const TablerFileServiceMode SourceTarget #Source/target handoff flow: ingress and egress identities/routes are explicit.
Value:
2public const TablerFileServiceMode Tiered #EditorBrowsable(2) Obsolete("Use SourceTarget for product-neutral source/target handoff flows.")Legacy name for SourceTarget.
Value:
2public const TablerFileServiceMode Admin #Operator/security flow: quarantine, scan evidence, approval, and service actions.
Value:
3