Wiki.Page.Exists C# (CSharp) Method

Exists() public method

public Exists ( ) : bool
return bool
        public bool Exists()
        {
            return Db.Exists("pages", id);
        }