User Manual

10.04.2024

MANUAL

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="" />
code VS Codeで開発作業をもっとスマートに

スクリプト開発の効率を高めたい方に、Code Assistをご用意しています。

Code Assistの詳細はこちら →
account_tree 複雑な構成も、すっきり視覚化

サイト構成やデータのつながりを可視化し、把握しやすくします。

Site Visualizerの詳細はこちら →
TOP