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