Click or drag to resize

AppStringManagerGetAppString Method

Returns the AppString object with the provided ID.s

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AppString GetAppString(
	int appStringId
)

Parameters

appStringId
Type: SystemInt32

Return Value

Type: AppString
See Also