TextItemsGetText Method |
Name | Description | |
---|---|---|
GetText(String) |
Returns the text for the given index. If the text doesn't exist in the collection
then an empty string is returned.
| |
GetText(String, Boolean) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
If implicit vocabulary is requested then the text string is used as a key into the
tenant-specific vocabulary collection used for replacement if found there. Typically this
applies only to mapper field captions.
| |
GetText(String, String) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
| |
GetText(String, Boolean, String) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
If implicit vocabulary is requested then the text string is used as a key into the
tenant-specific vocabulary collection used for replacement if found there. Typically this
applies only to mapper field captions.
| |
GetText(String, String, Boolean) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
| |
GetText(String, String, Boolean, Boolean) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
If implicit vocabulary is requested then the text string is used as a key into the
tenant-specific vocabulary collection used for replacement if found there. Typically this
applies only to mapper field captions.
| |
GetText(String, String, Boolean, String) |
Returns the text for the given index. If the text doesn't exist in the collection then the
defaultValue parameter is returned.
If implicit vocabulary is requested then the text string is used as a key into the
tenant-specific vocabulary collection used for replacement if found there. Typically this
applies only to mapper field captions.
|