Interface ITermVerifierSettingsContext
ITermVerifierSettingsContext interface represents a term verifier settings context that provides a term verifier settings page with the term access services that it needs.
Namespace: Sdl.Verification.Api
Assembly: Sdl.Verification.Api.dll
Syntax
public interface ITermVerifierSettingsContext
Methods
GetTermbaseName()
Gets the termbase name.
Declaration
string GetTermbaseName()
Returns
Type | Description |
---|---|
String | termbase name |
GetTermbasePicklistFields()
Gets the termbase picklist fields.
Declaration
IEnumerable<TermPicklistField> GetTermbasePicklistFields()
Returns
Type | Description |
---|---|
IEnumerable<TermPicklistField> | termbase picklist fields |
HasTermbase()
Determines whether the context has a termbase.
Declaration
bool HasTermbase()
Returns
Type | Description |
---|---|
Boolean | whether context has termbase |