Click or drag to resize

AppStringFileEntryGetByName Method

GetByName

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

Parameters

name
Type: SystemString
strings
Type: System.Collections.GenericIEnumerableAppStringFileEntry

Return Value

Type: AppStringFileEntry
See Also