Click or drag to resize

IPluginIntegrationServiceGetSupportedApiVersions Method

Get a list of API version names, which are supported by the iikoFront application.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<string> GetSupportedApiVersions(
	bool includePrerelease
)

Parameters

includePrerelease
Type: SystemBoolean
Whether to include prerelease versions. true — all supported API versions will be returned, false — only released API versions will be returned. Released API version works identically on each iikoFront app version (GetApplicationVersion) which supports that API version, while prerelease versions are subject to change and may be incompatible between iikoFront app versions.

Return Value

Type: IReadOnlyListString
List of supported API versions.
Remarks
Can be used by meta-plugins which deal with other plugins.
See Also