IServerApiUrlsExtensions Method

Builds the URL of the endpoint of Licensing service which returns the program extensions.

Definition

Namespace: SMath.Manager.Network.UrlBuilders
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
string Extensions(
	string extensionType = null,
	bool? excludeBetaExtensions = null,
	bool? minimizeOutput = null
)

Parameters

extensionType  String  (Optional)
Type of extensions to look for or to skip this argument.
excludeBetaExtensions  NullableBoolean  (Optional)
Whether to exclude beta versions of extensions from the output or to skip this argument.
minimizeOutput  NullableBoolean  (Optional)
Whether to minimize the output or to skip this argument.

Return Value

String
The URL which is built.

See Also