GetEntityCustomizationType Method
Description
Gets the CustomizationType with the specified ID.
Syntax
Visual Basic
Public Function GetEntityCustomizationType( _
   ByVal EntityType As Long, _
   ByVal CustomizationTypeId As Long _
) As Object
Parameters
EntityType
A value of the TDAPI_ENTITIES Enumeration.
CustomizationTypeId
A ICustomizationType.ID. This is the ID of an object of a class that implements ICustomizationType, for example, a CustomizationReqType.ID.
Return Type
See Also