Click or drag to resize

IApiEntityGetExtension Method

Gets the extension.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEntityExtension GetExtension(
	Guid extensionId
)

Parameters

extensionId
Type: SystemGuid
The extension identifier.

Return Value

Type: IEntityExtension
the extension if found, otherwise null
See Also