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

getSpacesContainingContentWithLabel() private method

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