Enum DirectoryCategory
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a directory entries primary category type.
public enum DirectoryCategory
Fields
Clubs = 1
Indicates that this entry falls under the category Clubs.
Classes = 2
Indicates that this entry falls under the category Classes.
SocialAndStudy = 3
Indicates that this entry falls under the category Social and Study.
MajorsAndSubjects = 4
Indicates that this entry falls under the category Majors and Subjects.
Miscellaneous = 5
Indicates that this entry falls under the category Miscellaneous.
Unknown = 2147483647
Indicates unknown category type.