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

isWatchingSpaceForType() private method

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