ExtensionsLoad Method (IAppContext, Object, String, String, Boolean) |
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,
bool checkPermissions
)
Public Function Load (
appContext As IAppContext,
owner As Object,
extObjectType As String,
ownerID As String,
checkPermissions As Boolean
) As Integer
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) - checkPermissions
- Type: SystemBoolean
True if the load should check for application wide permissions.
Return Value
Type:
Int32The number of items in the collection
See Also