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

getMostPopularLabels() private method

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