Class SeparatedField
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Definition of separated field configuration. Content of separated field is stored in extra file when using continuous integration.
public class SeparatedField
- Inheritance
-
objectSeparatedField
- Extension Methods
Constructors
SeparatedField(string)
Creates a new instance of SeparatedField for given field name.
public SeparatedField(string name)
Parameters
name
stringInfo field name.
Properties
FieldName
Info field name.
public string FieldName { get; }
Property Value
- string
FileExtension
Extension of the separated file. This extension has lower priority than FileExtensionFieldName.
public string FileExtension { get; set; }
Property Value
- string
FileExtensionFieldName
Name of info field containing separated file extension. This extension has higher priority than FileExtension.
public string FileExtensionFieldName { get; set; }
Property Value
- string
FileName
Name of the separated file.
public string FileName { get; set; }
Property Value
- string
IsBinaryField
Indicates whether the separated field contains binary data or not.
public bool IsBinaryField { get; set; }
Property Value
- bool