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

getPageHistory() 개인적인 메소드

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