Table of Contents

Class InlineHelp

Namespace
Shift.Sdk.UI.Help
Assembly
Shift.Sdk.dll
public class InlineHelp
Inheritance
InlineHelp
Inherited Members
Extension Methods

Constructors

InlineHelp(string, string)

public InlineHelp(string instructionsUrl, string labelsUrl)

Parameters

instructionsUrl string
labelsUrl string

Properties

InstructionsUrl

public string InstructionsUrl { get; }

Property Value

string

LabelsUrl

public string LabelsUrl { get; }

Property Value

string

Methods

GetInstruction(string)

public string GetInstruction(string locator)

Parameters

locator string

Returns

string

GetLabel(string, string)

public string GetLabel(string key, string language)

Parameters

key string
language string

Returns

string