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

getChildren() private method

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