WebTemplate メンバー
保護されたメンバーを含む
宣言されたメンバーを含む
Specifies a site definition or a site template that is used to instantiate a site.
WebTemplate 型は次のメンバーを公開します。
コンストラクター
名前 | 説明 | |
---|---|---|
WebTemplate | Initializes a new instance of the WebTemplate object. |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Context | クライアントのオブジェクトに関連付けられているコンテキストを返します。 (ClientObject から継承されています。) | |
Description | Gets a value that specifies the description for the site definition configuration or site template. | |
DisplayCategory | Gets a value that specifies the display name for the category that this site definition configuration or site template is a part of. | |
Id | Gets a value that specifies the unique identifier for the site definition configuration or the site template. | |
ImageUrl | Gets a value that specifies the URI for the image that is associated with the site definition configuration or site template. | |
IsHidden | Gets a value that specifies whether the site definition configuration is displayed in the user interface for creating new sites. | |
IsRootWebOnly | Gets a value that specifies whether the site definition configuration or site template can only be applied to the top-level site in the site collection. | |
IsSubWebOnly | Gets a value that specifies whether the site definition configuration or site template can only be applied to subsites created within the site collection. | |
Lcid | Gets a value that specifies the LCID for the site definition configuration or site template. | |
Name | Gets a value that specifies the name for the site definition configuration or site template. | |
ObjectData | 現在のクライアント オブジェクトのオブジェクトのデータを取得します。 (ClientObject から継承されています。) | |
ObjectVersion | 現在のクライアント オブジェクトのバージョンを示す文字列を取得します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
Path | クライアント オブジェクトの作成方法ClientRuntimeContextクラスのサーバー上でオブジェクトを再作成することができるようにを追跡します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
ServerObjectIsNull | サーバー オブジェクトを取得し、サーバー オブジェクトが null の場合は、null を返します。 (ClientObject から継承されています。) | |
Tag | したがって、または、クライアント オブジェクトに関連付けられているデータを設定します。 (ClientObject から継承されています。) | |
Title | Gets a value that specifies the display name for the site definition configuration or site template. | |
TypedObject | サーバーから返された正しい型の情報と、オブジェクトを取得します。 (ClientObject から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
CheckUninitializedProperty | のClientObjectの指定された値の種類のプロパティが初期化されているかどうかを確認します。 (ClientObject から継承されています。) | |
CustomFromJson | ユーザー設定のコードを使用するオブジェクトを作成するかどうかを示す論理値を返します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
FromJson | ユーザー設定のコードを使用するオブジェクトを作成するかどうかを示します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
InitNonPropertyFieldFromJson | サーバーからJavaScript Object Notation (JSON)データに基づいて、クライアント オブジェクトのプロパティ以外のフィールドを初期化します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
InitOnePropertyFromJson | (ClientObject.InitOnePropertyFromJson(String, JsonReader) を上書きします。) | |
IsObjectPropertyInstantiated | 指定された、クライアント オブジェクトのプロパティがインスタンスになっているかどうかを示します。 (ClientObject から継承されています。) | |
IsPropertyAvailable | 指定したスカラー プロパティの取得または設定されているかどうかを示す論理値を返します。 (ClientObject から継承されています。) | |
LoadExpandoFields | 派生クラスでオーバーライドされた場合は、クライアント オブジェクトに関連付けられている拡張されたプロパティを初期化します。 (ClientObject から継承されています。) | |
RefreshLoad | 派生クラスでオーバーライドされた場合は、クライアント オブジェクトに関連付けられているすべてのスカラー プロパティを再ロードします。 (ClientObject から継承されています。) | |
RemoveFromParentCollection | 親のクライアント オブジェクトのコレクションから現在のクライアント オブジェクトを削除します。 (ClientObject から継承されています。) | |
Retrieve() | オブジェクトに関連付けられているすべてのスカラー プロパティを取得します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
Retrieve([]) | オブジェクトに関連付けられている、指定したスカラー プロパティを取得します。このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。 (ClientObject から継承されています。) | |
ToString | (Object から継承されています。) | |
UpdateClientObjectPropertyType | 正しい型に、サーバーから返されたタイプの情報を使用して、クライアント オブジェクト プロパティの値を更新します。 (ClientObject から継承されています。) |
Top