Back to Server.Misc

NameVerification

(static) string[] Disallowed( get; )
(static) string[] StartDisallowed( get; )
(static) void Initialize()
(static) bool Validate( string name, int minLength, int maxLength, bool allowLetters, bool allowDigits, bool noExceptionsAtStart, int maxExceptions, char[] exceptions )
(static) bool Validate( string name, int minLength, int maxLength, bool allowLetters, bool allowDigits, bool noExceptionsAtStart, int maxExceptions, char[] exceptions, string[] disallowed, string[] startDisallowed )
(static) void ValidateName_OnCommand( CommandEventArgs e )
(ctor) NameVerification()