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

storePage() 개인적인 메소드

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