Enum ClientFilterFormat
Enumeration used to decide the client filtering of the resource string Essentially to avoid too many nasty overload issues with bool and default input parameters
Namespace: SuperOffice.Globalization
Assembly: SoCore.dll
Syntax
[Flags]
public enum ClientFilterFormat
Fields
| Name | Description |
|---|---|
| JSON | JSON client filtering |
| None | No client filtering |
| Web | Web client filtering |