Click or drag to resize

TextItemsLoadMetaTextItems Method (IAppContext, String, String, String, String)

Loads the MetaTextItems collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MetaTextItems LoadMetaTextItems(
	IAppContext appContext,
	string objID,
	string objectTypeKey,
	string localeID,
	string subObjFilter
)

Parameters

appContext
Type: NetQuarryIAppContext
The application context object.
objID
Type: SystemString
The object's ID.
objectTypeKey
Type: SystemString
The object type.
localeID
Type: SystemString
The locale identifier (as a culture string).
subObjFilter
Type: SystemString
The filter to use for sub objects.

Return Value

Type: MetaTextItems
The loaded collection
See Also