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
)
Public Function LoadMetaTextItems (
appContext As IAppContext,
objID As String,
objectTypeKey As String,
localeID As String,
subObjFilter As String
) 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.
Return Value
Type:
MetaTextItemsThe loaded collection
See Also