CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getAncestors C# (CSharp) Méthode

getAncestors() private méthode

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