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.4Syntax
public interface IVersionResolver
Methods
GetVersion()
Gets the current version.
Declaration
Version GetVersion()
Returns
| Type | Description |
|---|---|
| System.Version | The current version |