Click or drag to resize
ContinuousIntegrationSettingsSeparatedFields Property
List of separated fields. Separated field's content is stored in extra file when using continuous integration. This collection contains info's binary data field by default.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public IEnumerable<SeparatedField> SeparatedFields { get; set; }

Property Value

Type: IEnumerableSeparatedField
See Also