Click or drag to resize

DataObjectGetMultiLanguagePropertyValue Method

Returns multi language property value in provided language.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual string GetMultiLanguagePropertyValue(
	int propertyId,
	int languageId = 0
)

Parameters

propertyId
Type: SystemInt32
The property id.
languageId (Optional)
Type: SystemInt32
The language id.

Return Value

Type: String
The value in language or null if it doesn't exist.
See Also