Interface IGlobalVerifier
IGlobalVerifier interface represents a global verifier used to verify bilingual documents.
Namespace: SdlSdl.VerificationApi
Assembly: Sdl.Verification.Api.dll
Syntax
public interface IGlobalVerifier
Properties
Description
Description property represents the description.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
HelpTopic
HelpTopic property represents the help topic.
Declaration
string HelpTopic { get; }
Property Value
Type | Description |
---|---|
string |
Icon
Icon property represents the icon.
Declaration
Icon Icon { get; }
Property Value
Type | Description |
---|---|
Icon |
Name
Name property represents the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
SettingsId
SettingsId property represents the settings id.
Declaration
string SettingsId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetSettingsPageExtensionIds()
Gets the settings page extension ids.
Declaration
IList<string> GetSettingsPageExtensionIds()
Returns
Type | Description |
---|---|
IListstring | settings page extension ids |