Click or drag to resize

TextItems.LoadAndDistribute Method (EAPCollectionBase, IAppContext, String, String, String, CultureInfo, String)

Loads the properties for all objects of specified type, then assigns them to each object Note that the child objects must implement INQBase

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void LoadAndDistribute(
	EAPCollectionBase collection,
	IAppContext appContext,
	string propIdName,
	string objectTypeKey,
	string objID,
	CultureInfo culture,
	string subObjFilter
)

Parameters

collection
Type: NetQuarry.EAPCollectionBase
The collection of items to which to distribute the text items.
appContext
Type: NetQuarry.IAppContext
The application context.
propIdName
Type: System.String
Not used.
objectTypeKey
Type: System.String
The object type.
objID
Type: System.String
The object's ID.
culture
Type: System.Globalization.CultureInfo
The culture for which to load the text items.
subObjFilter
Type: System.String
Filter to use to filter for sub-objects of a particular type only
See Also