ALM Site Administration API Type Library
VerifyRichText Method
Description
Validates Rich Text before conversion to ALM version 11 format.
Syntax
Visual Basic
Public Function VerifyRichText( _
   ByVal DomainName As String, _
   ByVal ProjectName As String _
) As Long
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
Return Type

The number of rich text items available and ready for conversion.

See Also