RemoveCustomizationType Method
Description
Gets the CustomizationType with the specified ID.
Syntax
Visual Basic
Public Sub RemoveCustomizationType( _
   ByVal EntityType As Long, _
   ByVal CustomizationTypeId As Long _
) 
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