Click or drag to resize

AppStringControllerGetAppStringSources Method

Loads and returns AppStringSource objects based on the provided loadOptions.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public AppStringSources GetAppStringSources(
	AppStringSourceLoadOptions loadOptions
)

Parameters

loadOptions
Type: Omada.OE.ModelAppStringSourceLoadOptions

Return Value

Type: AppStringSources
See Also