FileManagerControlExcludedExtensionsForPreview Property

Gets or sets a comma-separated file extensions (e.g. "docx, jpg, mp4") to exclude from previewing. "Preview" action for these file extensions will be disabled.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
public string ExcludedExtensionsForPreview { get; set; }

Property Value

String

See Also