 | 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
)
<ObsoleteAttribute("The intAlt parameter is no longer used.")>
Public Sub New (
intLanguageId As Integer,
strKey As String,
strWord As String,
strPagePath As String,
blnJs As Boolean,
blnTranslated As Boolean,
intAlt As Integer
)
Parameters
- intLanguageId
- Type: SystemInt32
- strKey
- Type: SystemString
- strWord
- Type: SystemString
- strPagePath
- Type: SystemString
- blnJs
- Type: SystemBoolean
- blnTranslated
- Type: SystemBoolean
- intAlt
- Type: SystemInt32
See Also