-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoreconfiguration CommunityInformationConfiguration
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Configuration
SharedLibraryCore.Configuration.CommunityInformationConfiguration[[CommunityInformationConfiguration]]
end
Type | Name | Methods |
---|---|---|
string |
Description |
get, set |
bool |
EnableBanner |
get, set |
bool |
IsEnabled |
get, set |
string |
Name |
get, set |
SocialAccountConfiguration []
|
SocialAccounts |
get, set |
public CommunityInformationConfiguration()
public string Name { get; set; }
public string Description { get; set; }
public bool EnableBanner { get; set; }
public SocialAccountConfiguration SocialAccounts { get; set; }
public bool IsEnabled { get; set; }
Generated with ModularDoc