Microsoft.Protocols.TestSuites.Common.ListsSoap.GetAttachmentCollection C# (CSharp) Method

GetAttachmentCollection() private method

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