Skip to main content
Tab

FileManagerImages.FileAreaFolderLocked Property

Gets the settings of a locked folder image displayed in the file area.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ImageProperties FileAreaFolderLocked { get; }

#Property Value

Type Description
ImageProperties

An ImageProperties object that contains the image settings.

#Remarks

If the AllowedFolder property is set to SpecificOnly, the file upload is available only for the folder specified by the AllowedFolderPath property. The other folders are locked for upload. You can specify the image for locked folders, which are displayed in the file area using the FileAreaFolderLocked property.

Note

Since the AllowedFolder and AllowedFolderPath properties are now obsolete, you should use the FileManagerSettingsPermissions.AccessRules property instead. AllowedFolder and AllowedFolderPath properties are still in effect, but they have a lower priority than AccessRules property.

See Also