CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getPages C# (CSharp) Метод

getPages() приватный Метод

private getPages ( string in0, string in1 ) : RemotePageSummary[]
in0 string
in1 string
Результат RemotePageSummary[]
        public RemotePageSummary[] getPages(string in0, string in1) {
            object[] results = this.Invoke("getPages", new object[] {
                        in0,
                        in1});
            return ((RemotePageSummary[])(results[0]));
        }
        
ConfluenceSoapServiceService