Method | Description | |
---|---|---|
AdultContentEnabled ( string userName ) : bool | ||
BlockSubverse ( string userName, string subverse ) : void | ||
CommentRepliesCount ( string userName ) : int | ||
CustomCssDisabledForUser ( string userName ) : bool | ||
DailyCrossPostingQuotaUsed ( string userName, string url ) : bool | ||
DeleteUser ( string userName ) : bool | ||
GetUserRegistrationDateTime ( string userName ) : System.DateTime | ||
HasAvatar ( string userName ) : string | ||
IsUserBannedFromSubverse ( string userName, string subverseName ) : bool | ||
IsUserBlockingSubverse ( string userName, string subverse ) : bool | ||
IsUserCommentVotingMeanie ( string userName ) : bool | ||
IsUserGloballyBanned ( string userName ) : bool | ||
IsUserPartner ( string userName ) : bool | ||
IsUserSetOwner ( string userName, int setId ) : bool | ||
IsUserSetSubscriber ( string userName, int setId ) : bool | ||
IsUserSubmissionVotingMeanie ( string userName ) : bool | ||
IsUserSubscribedToSet ( string userName, string setName ) : bool | ||
IsUserSubverseAdmin ( string userName, string subverse ) : bool | ||
IsUserSubverseModerator ( string userName, string subverse ) : bool | ||
IsUserSubverseSubscriber ( string userName, string subverse ) : bool | ||
LinksInNewWindow ( string userName ) : bool | ||
OriginalUsername ( string userName ) : string | ||
PostRepliesCount ( string userName ) : int | ||
PrivateMessageCount ( string userName ) : int | ||
PublicSubscriptionsEnabled ( string userName ) : bool | ||
SetUserStylePreferenceCookie ( string theme ) : void | ||
SetsSubscriptionCount ( string userName ) : int | ||
SubscribeToSet ( string userName, int setId ) : void | ||
SubscribeToSubverse ( string userName, string subverse ) : void | ||
SubscriptionCount ( string userName ) : int | ||
Topmenu_From_Subscriptions ( string userName ) : bool | ||
TotalVotesUsedInPast24Hours ( string userName ) : int | ||
UnSubscribeFromSet ( string userName, int setId ) : void | ||
UnSubscribeFromSubverse ( string userName, string subverse ) : void | ||
UnreadCommentRepliesCount ( string userName ) : int | ||
UnreadPostRepliesCount ( string userName ) : int | ||
UnreadPrivateMessagesCount ( string userName ) : int | ||
UnreadTotalNotificationsCount ( string userName ) : int | ||
UserBadges ( string userName ) : List |
||
UserDailyCommentPostingQuotaForNegativeScoreUsed ( string userName ) : bool | ||
UserDailyGlobalPostingQuotaUsed ( string userName ) : bool | ||
UserDailyPostingQuotaForNegativeScoreUsed ( string userName ) : bool | ||
UserDailyPostingQuotaForSubUsed ( string userName, string subverse ) : bool | ||
UserExists ( string userName ) : bool | ||
UserHasNewMessages ( string userName ) : bool | ||
UserHourlyGlobalPostingQuotaUsed ( string userName ) : bool | ||
UserHourlyPostingQuotaForSubUsed ( string userName, string subverse ) : bool | ||
UserIpAddress ( System.Web.HttpRequestBase request ) : string | ||
UserShortbio ( string userName ) : string | ||
UserStatsModel ( string userName ) : Voat.Models.UserStatsModel | ||
UserStylePreference ( string userName ) : string | ||
UserSubscriptions ( string userName ) : List |
Method | Description | |
---|---|---|
GetUserPreferences ( string userName ) : Voat.Data.Models.UserPreference |
public static AdultContentEnabled ( string userName ) : bool | ||
userName | string | |
return | bool |
public static BlockSubverse ( string userName, string subverse ) : void | ||
userName | string | |
subverse | string | |
return | void |
public static CommentRepliesCount ( string userName ) : int | ||
userName | string | |
return | int |
public static CustomCssDisabledForUser ( string userName ) : bool | ||
userName | string | |
return | bool |
public static DailyCrossPostingQuotaUsed ( string userName, string url ) : bool | ||
userName | string | |
url | string | |
return | bool |
public static DeleteUser ( string userName ) : bool | ||
userName | string | |
return | bool |
public static GetUserRegistrationDateTime ( string userName ) : System.DateTime | ||
userName | string | |
return | System.DateTime |
public static HasAvatar ( string userName ) : string | ||
userName | string | |
return | string |
public static IsUserBannedFromSubverse ( string userName, string subverseName ) : bool | ||
userName | string | |
subverseName | string | |
return | bool |
public static IsUserBlockingSubverse ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static IsUserCommentVotingMeanie ( string userName ) : bool | ||
userName | string | |
return | bool |
public static IsUserGloballyBanned ( string userName ) : bool | ||
userName | string | |
return | bool |
public static IsUserPartner ( string userName ) : bool | ||
userName | string | |
return | bool |
public static IsUserSetOwner ( string userName, int setId ) : bool | ||
userName | string | |
setId | int | |
return | bool |
public static IsUserSetSubscriber ( string userName, int setId ) : bool | ||
userName | string | |
setId | int | |
return | bool |
public static IsUserSubmissionVotingMeanie ( string userName ) : bool | ||
userName | string | |
return | bool |
public static IsUserSubscribedToSet ( string userName, string setName ) : bool | ||
userName | string | |
setName | string | |
return | bool |
public static IsUserSubverseAdmin ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static IsUserSubverseModerator ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static IsUserSubverseSubscriber ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static LinksInNewWindow ( string userName ) : bool | ||
userName | string | |
return | bool |
public static OriginalUsername ( string userName ) : string | ||
userName | string | |
return | string |
public static PostRepliesCount ( string userName ) : int | ||
userName | string | |
return | int |
public static PrivateMessageCount ( string userName ) : int | ||
userName | string | |
return | int |
public static PublicSubscriptionsEnabled ( string userName ) : bool | ||
userName | string | |
return | bool |
public static SetUserStylePreferenceCookie ( string theme ) : void | ||
theme | string | |
return | void |
public static SetsSubscriptionCount ( string userName ) : int | ||
userName | string | |
return | int |
public static SubscribeToSet ( string userName, int setId ) : void | ||
userName | string | |
setId | int | |
return | void |
public static SubscribeToSubverse ( string userName, string subverse ) : void | ||
userName | string | |
subverse | string | |
return | void |
public static SubscriptionCount ( string userName ) : int | ||
userName | string | |
return | int |
public static Topmenu_From_Subscriptions ( string userName ) : bool | ||
userName | string | |
return | bool |
public static TotalVotesUsedInPast24Hours ( string userName ) : int | ||
userName | string | |
return | int |
public static UnSubscribeFromSet ( string userName, int setId ) : void | ||
userName | string | |
setId | int | |
return | void |
public static UnSubscribeFromSubverse ( string userName, string subverse ) : void | ||
userName | string | |
subverse | string | |
return | void |
public static UnreadCommentRepliesCount ( string userName ) : int | ||
userName | string | |
return | int |
public static UnreadPostRepliesCount ( string userName ) : int | ||
userName | string | |
return | int |
public static UnreadPrivateMessagesCount ( string userName ) : int | ||
userName | string | |
return | int |
public static UnreadTotalNotificationsCount ( string userName ) : int | ||
userName | string | |
return | int |
public static UserBadges ( string userName ) : List |
||
userName | string | |
return | List |
public static UserDailyCommentPostingQuotaForNegativeScoreUsed ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserDailyGlobalPostingQuotaUsed ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserDailyPostingQuotaForNegativeScoreUsed ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserDailyPostingQuotaForSubUsed ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static UserExists ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserHasNewMessages ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserHourlyGlobalPostingQuotaUsed ( string userName ) : bool | ||
userName | string | |
return | bool |
public static UserHourlyPostingQuotaForSubUsed ( string userName, string subverse ) : bool | ||
userName | string | |
subverse | string | |
return | bool |
public static UserIpAddress ( System.Web.HttpRequestBase request ) : string | ||
request | System.Web.HttpRequestBase | |
return | string |
public static UserShortbio ( string userName ) : string | ||
userName | string | |
return | string |
public static UserStatsModel ( string userName ) : Voat.Models.UserStatsModel | ||
userName | string | |
return | Voat.Models.UserStatsModel |
public static UserStylePreference ( string userName ) : string | ||
userName | string | |
return | string |
public static UserSubscriptions ( string userName ) : List |
||
userName | string | |
return | List |