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

getAttachmentsAsync() public method

public getAttachmentsAsync ( string in0, long in1 ) : void
in0 string
in1 long
return void
        public void getAttachmentsAsync(string in0, long in1) {
            this.getAttachmentsAsync(in0, in1, null);
        }
        

Same methods

ConfluenceSoapServiceService::getAttachmentsAsync ( string in0, long in1, object userState ) : void
ConfluenceSoapServiceService