CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getSpacesContainingContentWithLabel C# (CSharp) 메소드

getSpacesContainingContentWithLabel() 개인적인 메소드

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