Click or drag to resize

ModelCache_ChoiceFieldsReferences Property

Gets or sets the cache containing the list of fields referenced by choice fields, by content-type name.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlIgnoreAttribute]
public Dictionary<string, List<KeyValuePair<PFFieldIdentity, PFFieldReference>>> Cache_ChoiceFieldsReferences { get; set; }

Property Value

Type: DictionaryString, ListKeyValuePairPFFieldIdentity, PFFieldReference
See Also