Click or drag to resize

ContentColumnSettings_FileHolderEnableFullTextIndexing Property

Gets or sets a value indicating whether the files added in this column can be indexed in the Index database for full-text search.

Default value: False.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[XmlAttributeAttribute]
public bool EnableFullTextIndexing { get; set; }

Property Value

Type: Boolean
See Also