Click or drag to resize

PFFieldFileHolderAllowedExtensions Property

Gets the list of authorized extensions in the case of EnableAllExtensions being false.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public List<string> AllowedExtensions { get; }

Property Value

Type: ListString
See Also