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

removeSpace() private method

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