> For the complete documentation index, see [llms.txt](https://aatkit.gitbook.io/aatkit-unity-integration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aatkit.gitbook.io/aatkit-unity-integration/other/reference/aatkitbinding/methods/reloadplacementforced.md).

# ReloadPlacementForced

### Overview <a href="#markdown-header-overview" id="markdown-header-overview"></a>

Requests placement reload. Works only if automatic reloading is disabled.

### Syntax <a href="#markdown-header-syntax" id="markdown-header-syntax"></a>

```csharp
ReloadPlacementForced(placementName, forced)
```

placementName **(REQUIRED)**

*string* Unique name of placement. The same name will be used in gravite account.

forced **(REQUIRED)**

*bool* If true, the placement will be reloaded even if other requirements like the minimum display time are not met.

**returns&#x20;*****bool*****&#x20;– True if call ends in causing a placement to reload, false otherwise.**

### Examples <a href="#markdown-header-examples" id="markdown-header-examples"></a>

```csharp
ReloadPlacementForced("BannerPlacement", true);
```
