Click or drag to resize
FilesLocationTypeEnum Enumeration
Enumeration for Files location type setting key.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum FilesLocationTypeEnum
Members
  Member nameValueDescription
Database0 Database
FileSystem1 File system
Both2 Database and file system.
See Also