Click or drag to resize

ExtensionsLoad Method (IAppContext, Object, String, String)

Loads the extensions from the metadata into the collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Load(
	IAppContext appContext,
	Object owner,
	string extObjectType,
	string ownerID
)

Parameters

appContext
Type: NetQuarryIAppContext
the Application Context object
owner
Type: SystemObject
The owner of the collection. This is typically an IAppContext object or an IMapper object.
extObjectType
Type: SystemString
The object type (e.g. application, datamapper)
ownerID
Type: SystemString
The ID of the owning object (e.g. app_key, datamapper_id)

Return Value

Type: Int32
the number of items in the collection
See Also