CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getAncestors C# (CSharp) 메소드

getAncestors() 개인적인 메소드

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