Table of Contents

Class InstanceFeatures

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

public class InstanceFeatures : IInstanceFeatures
Inheritance
object
InstanceFeatures
Implements

Properties

IsEmailsEnabled

public bool IsEmailsEnabled { get; }

Property Value

bool

IsPresignedAttachmentUploads

public bool IsPresignedAttachmentUploads { get; }

Property Value

bool

IsSelfHosted

public bool IsSelfHosted { get; }

Property Value

bool

IsStripeEnabled

public bool IsStripeEnabled { get; }

Property Value

bool

IsVoiceEnabled

public bool IsVoiceEnabled { get; }

Property Value

bool