# Exists(string)

> Whether secondary tile is pinned to start screen.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.WSA](/engine/6000.6/script-reference/unityengine/wsa.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool Exists(string tileId)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): An identifier for secondary tile.

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### Remarks

When hasUserConsent is `true`, this property determines, whether tile is present on start screen. Always true for the main tile.
