Click or drag to resize

PFIndexerJobCustomExtensions Property

Gets or sets the list of indexed file types. Only considered if EnableAllExtensions is set to False. By default: ".txt", ".docx", ".docm", ".xlsx", ".xlsm".

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("CustomExtensions", JobParameterType.SimpleType, false, IsCollection = true)]
public List<string> CustomExtensions { get; set; }

Property Value

Type: ListString
See Also