Click or drag to resize

ContentColumnSettings_FileHolderAllowedExtensions Property

Gets or sets the list of authorized extensions in the case of AllExtensionsEnabled being 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(AttributeName = "FHAllowedExtensions")]
public List<string> AllowedExtensions { get; set; }

Property Value

Type: ListString
See Also