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

moveAttachmentAsync() public method

public moveAttachmentAsync ( string in0, long in1, string in2, long in3, string in4 ) : void
in0 string
in1 long
in2 string
in3 long
in4 string
return void
        public void moveAttachmentAsync(string in0, long in1, string in2, long in3, string in4) {
            this.moveAttachmentAsync(in0, in1, in2, in3, in4, null);
        }
        

Same methods

ConfluenceSoapServiceService::moveAttachmentAsync ( string in0, long in1, string in2, long in3, string in4, object userState ) : void
ConfluenceSoapServiceService