# GetTemplate(TileTemplate)

> Get template XML for tile notification.

## Definition

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

```csharp
public static string GetTemplate(TileTemplate templ)
```

### Parameters

**** (\[TileTemplate]\(/engine/6000.6/script-reference/unityengine/wsa/tiletemplate)): A template identifier.

### Returns

| Type                                                           | Description                                                                         |
| -------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) | String, which is an empty XML document to be filled and used for tile notification. |

### Remarks

This can be used to retrieve a template for one of the predefined styles for tiles.
