Click or drag to resize

NotificationColumns Property

Gets or sets the columns used to find users to notify.

Note : keys are content-type ids, and values are column ids.

Used when the NotifiedUsersScope is set to Custom.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<SerializableKeyValuePair<int, int>> Columns { get; set; }

Property Value

Type: ListSerializableKeyValuePairInt32, Int32
See Also