1 sharedlibrarycoreconfiguration CommunityInformationConfiguration
RaidMax edited this page 2023-05-20 22:09:21 -05:00

CommunityInformationConfiguration Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Configuration
  SharedLibraryCore.Configuration.CommunityInformationConfiguration[[CommunityInformationConfiguration]]
  end

Members

Properties

Public properties

Type Name Methods
string Description get, set
bool EnableBanner get, set
bool IsEnabled get, set
string Name get, set
SocialAccountConfiguration[] SocialAccounts get, set

Details

Constructors

CommunityInformationConfiguration

Source code

public CommunityInformationConfiguration()

Properties

Name

public string Name { get; set; }

Description

public string Description { get; set; }

EnableBanner

public bool EnableBanner { get; set; }

SocialAccounts

public SocialAccountConfiguration SocialAccounts { get; set; }

IsEnabled

public bool IsEnabled { get; set; }

Generated with ModularDoc