Click or drag to resize

ExtensionRegisterImportCategoryExtensionTEntity Method

Registers a default import category for the specified API master table entity type.

Namespace:  EBP.Api.Extension
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
protected void RegisterImportCategoryExtension<TEntity>(
	string commandLineKeyword
)
where TEntity : IUserDefinedEntity

Parameters

commandLineKeyword
Type: SystemString
Keyword used to execute import/export with SDK command

Type Parameters

TEntity
The type of the master table entity interface in wich export/import must be done.
See Also