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

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

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