Skip to content

Instantly share code, notes, and snippets.

@jstadnicki
Created April 9, 2016 19:43
public enum FeatureRequestType
{
Unknown=0,
Voteup,
VoteDown,
NotRead,
Share,
AddComment,
FullArticle,
ReadLater
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment