The Script may return details as a simple String in the form: Title & vbCrLf & SummaryText or as an <ISSummaryText> XML String.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| targetObjectType | String | The type of Object to get the Summary Text for. | ||
| sourceObject | Object | The Source Object related to the Summary Text, may be Nothing. | ||
| target | iseSummaryTextTarget | The Target. | ||
| contextData1 | Object | Context Data 1. | ||
| contextData2 | Object | Context Data 2. | ||
| summaryText | String | ByRef | The Summary Text in a pseudo-tagged format usable for Form Headings. | |
| titleText | String | ByRef | The Title Text in a pseudo-tagged format usable for Form Headings. |
A Boolean value indicating whether Title and Summary Text is being returned.