Click or drag to resize

TextItemsGetText Method

Overload List
  NameDescription
Public methodGetText(String)
Returns the text for the given index. If the text doesn't exist in the collection then an empty string is returned.
Public methodGetText(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.
Public methodGetText(String, String)
Returns the text for the given index. If the text doesn't exist in the collection then the defaultValue parameter is returned.
Public methodGetText(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.
Public methodGetText(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.
Public methodGetText(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.
Public methodGetText(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.
Top
See Also