|  | 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
SyntaxIEntityExtension GetExtension(
	Guid extensionId
)
Function GetExtension ( 
	extensionId As Guid
) As IEntityExtension
Parameters
- extensionId
- Type: SystemGuid
 The extension identifier.
Return Value
Type: 
IEntityExtensionthe extension if found, otherwise 
null See Also
See Also