Developer Function: Server Script: siteSettings.SiteId
## Overview
This is the "SiteId Method" of the "siteSettings Object." In the "[Server Script](/en/manual/table-management-server-script)", the "site ID" is obtained using the "[Title](/en/manual/tenant-logo)" of the "[Site](/en/manual/site)" as the key.
## Syntax
```
siteSettings.SiteId(title);
```
## Parameter
|No|Parameter|Type|Required|Overview|
|:--|:----------|:----------|:---:|:---------------------------|
|1|title|string|Yes|"[Title](/en/manual/tenant-logo)" of the "[Site](/en/manual/site)" to be retrieved|
## Return Value
Return a long type "site ID". If the "[Site](/en/manual/site)" with the specified "[Title](/en/manual/tenant-logo)" is not found, it returns 0.
## Usage Example
In the example below, the "site ID" of a "[Site](/en/manual/site)" whose "[Title](/en/manual/tenant-logo)" is My site title is retrieved.
##### JavaScript
```
siteSettings.SiteId('My site title');
```
## Related Information
<div id="ManualList"><ul><li><a href="/en/manual/site">Site Function</a><span>10.07.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article>
<ul><li><a href="/en/manual/tenant-logo">Tenant Management Function: Logo, Title, Logo Image</a><span>10.08.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />