Table of Contents
These v19 docs are archived 🔒. Go to the latest docs home or try if this exact page is available in the latest docs.

Enum PlatformType

Namespace
ToSic.Sxc.Context
Assembly
ToSic.Sxc.dll

The types of platforms which 2sxc could be running on

[PublicApi]
[Flags]
public enum PlatformType : long

Fields

Custom = 72057594037927936

Custom platform - this should never occur in production code but could during automated testing

Dnn = 4

Dnn aka. DotNetNuke - see https://dnncommunity.org/

Hybrid = 2

All platforms / hybrid. This should never be used to publish what a platform is, but to mark things that work on all platforms

None = 1

No platform - this should never occur

NopCommerce = 16

NopCommerce using .net Core 5 (not implemented yet) - see https://www.nopcommerce.com/

Oqtane = 8

Oqtane using .net Core 5 - see https://oqtane.org/

Test = 144115188075855872

Test platform - this should never occur in production code but could during automated testing

Unknown = 0

Unknown platform - this should never occur