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

getPageSummary() private method

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

Same methods

ConfluenceSoapServiceService::getPageSummary ( string in0, string in1, string in2 ) : RemotePageSummary
ConfluenceSoapServiceService