Click or drag to resize

TranslatorWord Constructor (Int32, String, String, String, Boolean, Boolean, Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("The intAlt parameter is no longer used.")]
public Word(
	int intLanguageId,
	string strKey,
	string strWord,
	string strPagePath,
	bool blnJs,
	bool blnTranslated,
	int intAlt
)

Parameters

intLanguageId
Type: SystemInt32
strKey
Type: SystemString
strWord
Type: SystemString
strPagePath
Type: SystemString
blnJs
Type: SystemBoolean
blnTranslated
Type: SystemBoolean
intAlt
Type: SystemInt32
See Also