Interface IVersionResolver

The IVersionResolver interface describes a component capable of determining the version of a client communicating with Social cloud services.

Namespace: EPiServer.Social.Common.Rest
Assembly: EPiServer.Social.Common.Rest.dll
Version: 1.5.4
Syntax
public interface IVersionResolver

Methods

GetVersion()

Gets the current version.

Declaration
Version GetVersion()
Returns
Type Description
System.Version

The current version

arrow_upward