Table of Contents

Class EditorTranslation.RequestEventArgs

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class EditorTranslation.RequestEventArgs : EventArgs
Inheritance
EditorTranslation.RequestEventArgs
Inherited Members

Constructors

RequestEventArgs(string, string[])

public RequestEventArgs(string fromLanguage, string[] toLanguages)

Parameters

fromLanguage string
toLanguages string[]

Properties

FromLanguage

public string FromLanguage { get; }

Property Value

string

ToLanguages

public string[] ToLanguages { get; }

Property Value

string[]