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

removePageWatchForUser() private method

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