Claymore.NewPagesWikiBot.WatchList.WatchList C# (CSharp) Method

WatchList() public method

public WatchList ( PortalModule module, string category, string page, int ns, string format, int depth ) : System
module PortalModule
category string
page string
ns int
format string
depth int
return System
        public WatchList(PortalModule module, string category, string page, int ns, string format, int depth)
        {
            Category = category;
            Format = format.Replace("{", "{{").Replace("}", "}}").Replace("%(название)", "{0}");
            Page = page;
            Depth = depth;
            Module = module;
            Namespace = ns;
        }