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

editComment() private method

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