| GetPredefinedText Method | |
| See Also |
- pIPredefinedTextParams
The key of the predefined text to retrieve.
Retrieves a predefined text.
The predefined text is specified by its key (AbsEntry), which is contained in the PredefinedTextParams object passed to the method.
| Visual Basic |
|---|
Public Function GetPredefinedText( _
ByVal pIPredefinedTextParams As PredefinedTextParams _
) As PredefinedText |
- pIPredefinedTextParams
The key of the predefined text to retrieve.
The predefined text with the specified key.