Click or drag to resize
DataDictionaryGetPhraseEnabledFields Method

[This is preliminary documentation and is subject to change.]

Get collection of phrase-enabled fields (as a DataDictionaryFieldCollection. NB: because "phrase-enabled" is NOT stored in DataDictionary (yet), this method returns ALL text fields with size 0 - e.g. all fields of type TextAraea and RichTextArea!

Namespace: CSC.SC.TOPICA4.DynamicData
Assembly: CSC.SC.TOPICA4.DynamicData (in CSC.SC.TOPICA4.DynamicData.dll) Version: 4.30.6239.27195
Syntax
C#
public DataDictionaryFieldCollection GetPhraseEnabledFields()

Return Value

Type: DataDictionaryFieldCollection

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.DynamicData.DataDictionary.GetPhraseEnabledFields"]

See Also