[This is preliminary documentation and is subject to change.]
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
protected virtual string DoLookupLocalizationValue(
string isoLang,
string schema,
string field,
string value,
out bool exists
)
protected virtual string DoLookupLocalizationValue(
string isoLang,
string schema,
string field,
string value,
out bool exists
)
Protected Overridable Function DoLookupLocalizationValue (
isoLang As String,
schema As String,
field As String,
value As String,
<OutAttribute> ByRef exists As Boolean
) As String
Protected Overridable Function DoLookupLocalizationValue (
isoLang As String,
schema As String,
field As String,
value As String,
<OutAttribute> ByRef exists As Boolean
) As String
protected:
virtual String^ DoLookupLocalizationValue(
String^ isoLang,
String^ schema,
String^ field,
String^ value,
[OutAttribute] bool% exists
)
protected:
virtual String^ DoLookupLocalizationValue(
String^ isoLang,
String^ schema,
String^ field,
String^ value,
[OutAttribute] bool% exists
)
abstract DoLookupLocalizationValue :
isoLang : string *
schema : string *
field : string *
value : string *
exists : bool byref -> string
override DoLookupLocalizationValue :
isoLang : string *
schema : string *
field : string *
value : string *
exists : bool byref -> string abstract DoLookupLocalizationValue :
isoLang : string *
schema : string *
field : string *
value : string *
exists : bool byref -> string
override DoLookupLocalizationValue :
isoLang : string *
schema : string *
field : string *
value : string *
exists : bool byref -> string Return Value
Type:
String