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

getSpacesWithLabel() private method

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