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

getAttachments() private method

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