Microsoft.Protocols.TestSuites.Common.ListsSoap.GetAttachmentCollection C# (CSharp) 메소드

GetAttachmentCollection() 개인적인 메소드

private GetAttachmentCollection ( string listName, string listItemID ) : GetAttachmentCollectionResponseGetAttachmentCollectionResult
listName string
listItemID string
리턴 GetAttachmentCollectionResponseGetAttachmentCollectionResult
        public GetAttachmentCollectionResponseGetAttachmentCollectionResult GetAttachmentCollection(string listName, string listItemID)
        {
            object[] results = this.Invoke("GetAttachmentCollection", new object[] {
                    listName,
                    listItemID});
            return ((GetAttachmentCollectionResponseGetAttachmentCollectionResult)(results[0]));
        }
ListsSoap