Table of Contents

Interface ILabelService

Namespace
Shift.Contract
Assembly
Shift.Sdk.dll
public interface ILabelService
Extension Methods

Methods

GetTranslation(string, string, Guid, bool, bool)

string GetTranslation(string name, string language, Guid organization, bool allowNull, bool allowDefault)

Parameters

name string
language string
organization Guid
allowNull bool
allowDefault bool

Returns

string

Refresh()

Task Refresh()

Returns

Task

SaveTranslation(string, string, string, string)

Task SaveTranslation(string language, string label, string source, string target)

Parameters

language string
label string
source string
target string

Returns

Task