# Sandbox.Clothing.GetModel

## Overload 1

```csharp
string GetModel(IEnumerable<Clothing> clothingList)
```

### Parameters

- `clothingList` (`IEnumerable<Clothing>`)

### Returns

`string`

## Overload 2

```csharp
string GetModel(IEnumerable<Clothing> clothingList, TagSet tagset)
```

### Parameters

- `clothingList` (`IEnumerable<Clothing>`)
- `tagset` (`TagSet`)

### Returns

`string`

Declared in [Sandbox.Clothing](/api/Sandbox.Clothing).
Assembly: `Sandbox.Engine`.
