Click or drag to resize

AppStringFileEntryGetById Method

GetById

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static AppStringFileEntry GetById(
	int id,
	IEnumerable<AppStringFileEntry> strings
)

Parameters

id
Type: SystemInt32
strings
Type: System.Collections.GenericIEnumerableAppStringFileEntry

Return Value

Type: AppStringFileEntry
See Also