Click or drag to resize
SeparatedField Class
Definition of separated field configuration. Content of separated field is stored in extra file when using continuous integration.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineSeparatedField

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class SeparatedField

The SeparatedField type exposes the following members.

Constructors
  NameDescription
Public methodSeparatedField
Creates a new instance of SeparatedField for given field name.
Top
Properties
  NameDescription
Public propertyFieldName
Info field name.
Public propertyFileExtension
Extension of the separated file. This extension has lower priority than FileExtensionFieldName.
Public propertyFileExtensionFieldName
Name of info field containing separated file extension. This extension has higher priority than FileExtension.
Public propertyFileName
Name of the separated file.
Public propertyIsBinaryField
Indicates whether the separated field contains binary data or not.
Top
See Also