CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.updatePage C# (CSharp) Метод

updatePage() приватный Метод

private updatePage ( string in0, RemotePage in1, RemotePageUpdateOptions in2 ) : RemotePage
in0 string
in1 RemotePage
in2 RemotePageUpdateOptions
Результат RemotePage
        public RemotePage updatePage(string in0, RemotePage in1, RemotePageUpdateOptions in2) {
            object[] results = this.Invoke("updatePage", new object[] {
                        in0,
                        in1,
                        in2});
            return ((RemotePage)(results[0]));
        }
        
ConfluenceSoapServiceService