Click or drag to resize

PFIndexerJobEnableAllExtensions Property

Gets or sets a value indicating whether all file types are indexed. If set to False, the CustomExtensions property is considered. Default value: False.

Namespace:  Packflow.Core.Jobs.Impl
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[PFJobParameter("AllExtensions", JobParameterType.SimpleType, false, Description = "If enabled, the job will try to parse all file types. If set to False, the CustomExtensions property is considered.")]
public bool EnableAllExtensions { get; set; }

Property Value

Type: Boolean
See Also