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: SdlSdl.VerificationApi
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 |
---|---|
IEnumerableTermPicklistField | termbase picklist fields |
HasTermbase()
Determines whether the context has a termbase.
Declaration
bool HasTermbase()
Returns
Type | Description |
---|---|
bool | whether context has termbase |