# StartPlacementAutoReloadWithSeconds

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

Enables automatic reloading of placement and sets custom reload time. This reload time will be used instead of time configured on gravite.net account.

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

```csharp
StartPlacementAutoReloadWithSeconds(placementName, seconds)
```

placementName **(REQUIRED)**

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

seconds **(REQUIRED)**

*\[int]\[].* Interval between ad reloads. Should be a value from 30L to 600L seconds.

**returns&#x20;*****void***

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

```csharp
StartPlacementAutoReloadWithSeconds("BannerPlacement", 100);
```
