Table of Contents

Enum ForumLayout

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

Represents the layout for posts in a forum channel.

public enum ForumLayout

Fields

Default = 0

Forum channel will use default layout settings.

List = 1

Forum channel will display posts in a list layout.

Grid = 2

Forum channel will display posts in a grid layout.