Developer Function: Server Script: siteSettings.SiteId
## Overview
This is the "SiteId Method" of the "siteSettings Object." In the "「Server Script」", the "site ID" is obtained using the "「Title」" of the "「Site」" as the key.
## Syntax
```
siteSettings.SiteId(title);
```
## Parameter
|No|Parameter|Type|Required|Overview|
|:--|:----------|:----------|:---:|:---------------------------|
|1|title|string|Yes|"「Title」" of the "「Site」" to be retrieved|
## Return Value
Return a long type "site ID". If the "「Site」" with the specified "「Title」" is not found, it returns 0.
## Usage Example
In the example below, the "site ID" of a "「Site」" whose "「Title」" is My site title is retrieved.
##### JavaScript
```
siteSettings.SiteId('My site title');
```
## Related Information
<div id="ManualList">
<article class="s-blog_list_unit"><h2>
<h2>The specified information was not found.</h2>
<p><a href="/ja/manual">Return to top</a></p>
</article>
</div><input id="SearchTextHidden" type="hidden" value="" />