CCNet.Build.Confluence.ConfluenceApi.ConfluenceSoapServiceService.getAttachments C# (CSharp) 메소드

getAttachments() 개인적인 메소드

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