Click or drag to resize
SpecialFieldsDefinition Class
Class for storing special fields.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListSpecialField
    CMS.FormEngineSpecialFieldsDefinition

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
public class SpecialFieldsDefinition : List<SpecialField>

The SpecialFieldsDefinition type exposes the following members.

Constructors
  NameDescription
Public methodSpecialFieldsDefinition
Constructor.
Top
Fields
  NameDescription
Public fieldStatic memberDATA_HASH_ATTRIBUTE
Constant string to identify data-hash attribute.
Public fieldStatic memberREPLACED_SEMICOLON
Used to separate values from text on each line in 'Options' mode.
Public fieldStatic memberSEMICOLON_TO_REPLACE
Enables users to insert semicolon into 'options' mode values.
Top
Properties
  NameDescription
Public propertyAllowDuplicates
Gets or sets a value indicating whether duplicate items should be filtered out when filling a target collection.
Public propertyFieldInfo
Form field info
Protected propertyMacroResolver
Macro resolver
Public propertyResourcePrefix
Resource string prefix to localize names of items.
Public propertySetUniqueIDs
Indicates if special fields should contain unique IDs
Public propertySortItems
If true, the items are sorted before filling a target collection.
Public propertyTexts
Returns all text values.
Public propertyValues
Returns all values.
Top
Methods
  NameDescription
Public methodFillItems
Fills list items.
Public methodStatic memberIsSpecialFieldMacro
Check if input is one of special field macros.
Public methodLoadFromMacro
Loads special fields from macro data source.
Public methodLoadFromQuery
Loads special fields from query.
Public methodLoadFromText
Loads special fields from source text.
Public methodToString
Gets string representation
(Overrides ObjectToString.)
Top
See Also