GetValidDefaultMacros |
Scroll |
Gets the list of valid default macros for the field in the specified language.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValidDefaultMacros ( _ nlcid As Integer _ ) As ThePairList C# public virtual ThePairList GetValidDefaultMacros ( int nlcid )
Parameters nlcid The LCID determining the translation in which to return the caption.
Return Value A list of ThePair objects with default values for the field. The Key contains the macro value that can be set on the DefaultVal property. The Value contains the UI text representation of the macro.
The values in the list are different for fields with different FieldType.
|