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

moveAttachment() private method

private moveAttachment ( string in0, long in1, string in2, long in3, string in4 ) : bool
in0 string
in1 long
in2 string
in3 long
in4 string
return bool
        public bool moveAttachment(string in0, long in1, string in2, long in3, string in4) {
            object[] results = this.Invoke("moveAttachment", new object[] {
                        in0,
                        in1,
                        in2,
                        in3,
                        in4});
            return ((bool)(results[0]));
        }
        
ConfluenceSoapServiceService