FileManagerControlRootFolders Property

Gets the collection of the root folders to display in the file manager.

Definition

Namespace: GleamTech.FileUltimate.AspNet.WebForms
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.7
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public Collection<FileManagerRootFolder> RootFolders { get; }

Property Value

CollectionFileManagerRootFolder

See Also