Web 要素 (DeploymentManifest)
最終更新日: 2015年3月9日
適用対象: SharePoint Foundation 2010
この記事の内容
型
属性
子要素
親要素
SharePoint Foundation Web サイト (SPWeb) オブジェクト のインスタンスを表します。Web サイトは最上位の SharePoint Foundation オブジェクトの 1 つです。
DECLARATION
<xs:element name="Web" type="SPWeb" />
USAGE
<SPObject>
<Web>
<Properties />
<EventReceivers />
<xs:attribute name="Id" />
<xs:attribute name="ParentId" />
<xs:attribute name="Name" />
<xs:attribute name="Title" />
<xs:attribute name="Locale" />
<xs:attribute name="Language" />
<xs:attribute name="IsRootWeb" />
<xs:attribute name="ServerRelativeUrl" />
<xs:attribute name="CurrencyLocaleId" />
<xs:attribute name="RegionalSettingsLocaleId" />
<xs:attribute name="RequestAccessEmail" />
<xs:attribute name="TimeZoneId" />
<xs:attribute name="Time24" />
<xs:attribute name="CalendarType" />
<xs:attribute name="AdjustHijriDays" />
<xs:attribute name="Collation" />
<xs:attribute name="AlternateCalendarType" />
<xs:attribute name="ShowWeeks" />
<xs:attribute name="FirstWeekOfYear" />
<xs:attribute name="WorkDays" />
<xs:attribute name="WorkDayStartHour" />
<xs:attribute name="WorkDayEndHour" />
<xs:attribute name="FirstDayOfWeek" />
<xs:attribute name="Description" />
<xs:attribute name="AlternateHeader" />
<xs:attribute name="Author" />
<xs:attribute name="Configuration" />
<xs:attribute name="HasUniqueRoleAssignments" />
<xs:attribute name="HasUniqueRoleDefinitions" />
<xs:attribute name="Created" />
<xs:attribute name="ThemeComposite" />
<xs:attribute name="WebTemplate" />
<xs:attribute name="AnonymousState" />
<xs:attribute name="RootFolderId" />
<xs:attribute name="SystemCatalogsIncluded" />
<xs:attribute name="WelcomePageUrl" />
<xs:attribute name="AlternateCssUrl" />
<xs:attribute name="CustomizedCssFiles" />
<xs:attribute name="CustomJSUrl" />
<xs:attribute name="IncludeSupportingFolders" />
<xs:attribute name="SecurityProvider" />
<xs:attribute name="MasterUrl" />
<xs:attribute name="CustomMasterUrl" />
<xs:attribute name="SiteLogoUrl" />
<xs:attribute name="SiteLogoDescription" />
<xs:attribute name="UseSharedNavigation" />
<!-- Flags -->
<xs:attribute name="PresenceEnabled" />
<xs:attribute name="SyndicationEnabled" />
<xs:attribute name="QuickLaunchEnabled" />
<xs:attribute name="TreeViewEnabled" />
<xs:attribute name="ParserEnabled" />
<xs:attribute name="Provisioned" />
</Web>
</SPObject>
型
属性
属性 |
型 |
説明 |
---|---|---|
AdjustHijriDays |
xs:int |
オプション。現在の月をイスラム暦に調整するために増減する日数を指定します。 |
AlternateCalendarType |
xs:short |
オプション。代替のカレンダーの種類を表す整数を指定します。カレンダーの種類の値の一覧については、「CalendarType」を参照してください。 |
AlternateCssUrl |
xs:string |
オプション。Web サイトで使用する代替カスケード スタイル シート (CSS) の URL を指定します。 |
AlternateHeader |
xs:string |
オプション。SharePoint ページのトップ ナビゲーション領域のレンダリングに使用する代替 .aspx ページの URL を指定します。 |
AnonymousState |
オプション。Web サイトの匿名ユーザーに許可するアクセス レベルを指定します。 |
|
Author |
xs:string |
オプション。Web サイトを作成したユーザー。 |
CalendarType |
xs:int |
オプション。既定のカレンダーの種類を表す整数を指定します。 |
Collation |
xs:int |
オプション。サイトで使用する照合順序を指定する整数値。詳細については、「Collation」を参照してください。 |
Configuration |
xs:int |
オプション。サイトの作成に使用されたサイト定義またはサイトの作成に使用されたサイト テンプレートの派生元となるサイト定義の構成の ID を指定します。 |
Created |
xs:dateTime |
オプション。サイトが作成された日時。 |
CurrencyLocaleId |
xs:int |
オプション。Web サイトの現在の値を表すロケール ID (LCID) を指定します。 |
CustomizedCssFiles |
xs:string |
オプション。カスタム カスケード スタイル シート (.css) ファイルを指定します。 |
CustomJSUrl |
xs:string |
オプション。カスタム JScript ファイルの URL を指定します。 |
CustomMasterUrl |
xs:string |
オプション。Web サイトに適用するカスタム マスター ページ ファイルの URL を指定します。 |
Description |
xs:string |
オプション。サイトの説明。 |
FirstDayOfWeek |
xs:long |
オプション。サーバー上のカレンダーの週の開始曜日を指定する整数。 |
FirstWeekOfYear |
xs:short |
オプション。サーバー上のカレンダーの年の開始週を指定する整数。 |
HasUniqueRoleAssignments |
xs:boolean |
オプション。ロール割り当てが Web サイトに対して一意に定義されているか、親 Web サイトから継承されているかを指定します。Web サイトのロール割り当てが一意の場合、値は true です。 |
HasUniqueRoleDefinitions |
xs:boolean |
オプション。ロール定義が Web サイトに対して一意に定義されているか、親 Web サイトから継承されているかを指定します。Web サイトのロール定義が一意の場合、値は true です。 |
Id |
必須。サイトの一意の識別子。 |
|
IncludeSupportingFolders |
xs:boolean |
オプション。ファイルまたはフォルダーの列挙体にサポート フォルダーを含めるかどうかを指定します。サポート ファイルを含める場合、値は true です。 |
IsRootWeb |
xs:boolean |
必須。サイトがサイト コレクションの最上位の Web サイトであるかどうかを指定します。最上位のサイトである場合、値は true です。 |
Language |
xs:long |
必須。サイトで使用する言語の LCID を指定します。LCID の値の一覧については、「Language」を参照してください。 |
Locale |
xs:string |
必須。Web サイトのロケールを指定します。 |
MasterUrl |
xs:string |
オプション。Web サイトに使用するマスター ページの URL を指定します。 |
Name |
xs:string |
必須。Web サイトの名前を指定します。 |
ParentId |
xs:string |
必須。サイトの親 Web サイトの ID を指定します。 |
ParserEnabled |
xs:boolean |
オプション。Web サイトの解析を有効にするかどうかを指定するフラグ。解析を有効にする場合、値は true です。 |
PresenceEnabled |
xs:boolean |
オプション。Web サイトのインライン プレゼンス情報を有効にするかどうかを指定するフラグ。インライン プレゼンスを有効にする場合、値は true です。 |
Provisioned |
xs:boolean |
オプション。Web サイトが準備されているかどうかを指定するフラグ。Web サイトが準備されている場合、値は true です。 |
QuickLaunchEnabled |
xs:boolean |
オプション。Web サイトのサイド リンク バーの領域を有効にするかどうかを指定するフラグ。サイド リンク バーを有効にする場合、値は true です。 |
RegionalSettingsLocaleId |
xs:long |
オプション。地域のロケールを指定する整数値。 |
RequestAccessEmail |
xs:string |
オプション。Web サイトへのアクセス要求の送信先の電子メール アドレスを指定します。 |
RootFolderId |
オプション。Web サイトのルート フォルダーの一意の識別子。 |
|
SecurityProvider |
オプション。 |
|
ServerRelativeUrl |
xs:string |
必須。Web サイトのサーバー相対 URL を指定します。 |
ShowWeeks |
xs:boolean |
オプション。Web サイトにカレンダーの週を表示するかどうかを指定します。週を表示する場合、値は true です。 |
SiteLogoDescription |
xs:string |
オプション。Web サイトのロゴの説明。 |
SiteLogoUrl |
xs:string |
オプション。Web サイトのロゴの サーバー相対 URL を指定します。 |
SyndicationEnabled |
xs:boolean |
オプション。Web サイトのシンジケーションを有効にするかどうかを指定するフラグ。シンジケーションを有効にする場合、値は true です。 |
SystemCatalogsIncluded |
xs:boolean |
オプション。システム カタログ ファイルをエクスポート パッケージに含めるかどうかを指定します。システム カタログを含める場合、値は true です。 |
ThemeComposite |
xs:string |
オプション。Web サイトに適用する CSS のテーマの名前と URL。 |
Time24 |
xs:boolean |
オプション。時間を 24 時間形式で表示するかどうかを指定します。 |
TimeZoneId |
xs:int |
オプション。サーバーで使用するタイム ゾーンの識別子を指定します。詳細については、「SPTimeZone」を参照してください。 |
Title |
xs:string |
必須。Web サイトのタイトルを指定します。 |
TreeViewEnabled |
xs:boolean |
オプション。Web サイト ページのサイド ナビゲーション領域の SharePoint ツリービュー機能を有効にするかどうかを指定するフラグ。ツリービュー機能を有効にする場合、値は true です。 |
UseSharedNavigation |
xs:boolean |
オプション。 |
WebTemplate |
xs:string |
オプション。サイトの作成に使用されたサイト定義、またはサイトの作成に使用されたサイト テンプレートの派生元となるサイト定義の名前を指定します。 |
WelcomePageUrl |
xs:string |
オプション。Web サイトのウェルカム ページの URL。 |
WorkDayEndHour |
xs:short |
オプション。サーバーで使用するカレンダーの既定の終業時間を指定します。 |
WorkDays |
xs:short |
オプション。サーバーで使用するカレンダーの既定の営業日数を指定します。 |
WorkDayStartHour |
xs:short |
オプション。サーバーで使用するカレンダーの既定の始業時間を指定します。 |