TextItemsLoadMetaTextItems Method (IAppContext, String, String, String, String, IDatabase) |
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,
IDatabase db
)
Public Function LoadMetaTextItems (
appContext As IAppContext,
objID As String,
objectTypeKey As String,
localeID As String,
subObjFilter As String,
db As IDatabase
) As MetaTextItems
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. - db
- Type: NetQuarryIDatabase
The database from which to load.
Return Value
Type:
MetaTextItemsThe loaded collection
See Also