WikiFunctions.Namespace.IsSpecial C# (CSharp) Method

IsSpecial() public static method

Returns true if the given namespace is non-editable, i.e. Special or Media
public static IsSpecial ( int ns ) : bool
ns int
return bool
        public static bool IsSpecial(int ns)
        {
            return ns < 0;
        }