CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.removePageWatch C# (CSharp) Method

removePageWatch() private method

private removePageWatch ( string in0, long in1 ) : bool
in0 string
in1 long
return bool
        public bool removePageWatch(string in0, long in1) {
            object[] results = this.Invoke("removePageWatch", new object[] {
                        in0,
                        in1});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService