Interface IApiInfo
Version:
日本語翻訳に関する免責事項
このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。
Contains information about the REST API.
Namespace: Stylelabs.M.Sdk.WebClient.Models
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
Properties
FileVersion
Gets the file version of the Sitecore Content Hub API.
Declaration
Property Value
| Type | Description |
|---|---|
| FileVersion |
MinimumSdkVersion
Gets the minimum supported SDK version.
Declaration
Property Value
| Type | Description |
|---|---|
| FileVersion |
Routes
A dictionary containing the API routes. Contents: route name -> route link.
Declaration
Property Value
| Type | Description |
|---|---|
| ApiRoutesDictionary |