Click or drag to resize

ObjectTypeTextItems Property

Returns a collection of TextItems loaded from metadata related to this component.

Namespace:  NetQuarry.Metadata
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TextItems TextItems { get; }

Property Value

Type: TextItems

Implements

IEAPBaseTextItems
Remarks
You can store strings that you display to users in metadata and retrieve them at runtime. In general, any string that a user sees should be stored in metadata and not directly referenced in code. This allows for simpler localization (if required) and provides a centralized place to manage user-viewable strings.
See Also