Class LicensingStatusInformation
Represents licensing status information for a translation provider server.
Inherited Members
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public class LicensingStatusInformation
Properties
CurrentConcurrentUsers
Gets the current number of concurrent users logged in.
Declaration
public int CurrentConcurrentUsers { get; }
Property Value
Type | Description |
---|---|
int |
CurrentTranslationUnitCount
Gets the current total number of translation units across all translation memories hosted on the server.
Declaration
public long CurrentTranslationUnitCount { get; }
Property Value
Type | Description |
---|---|
long |
FeatureName
Gets the feature name
Declaration
public string FeatureName { get; }
Property Value
Type | Description |
---|---|
string |
IsTeamEdition
Is true if team edition license
Declaration
public bool IsTeamEdition { get; }
Property Value
Type | Description |
---|---|
bool |
MaxConcurrentUsers
Gets the maximum number of concurrent users allowed by the current license.
Declaration
public int MaxConcurrentUsers { get; }
Property Value
Type | Description |
---|---|
int |
MaxTranslationUnitCount
Gets the maximum number of translation units allowed by the current license.
Declaration
public long MaxTranslationUnitCount { get; }
Property Value
Type | Description |
---|---|
long |