Click or drag to resize
WebDAVSettings Class
WebDAV settings class.
Inheritance Hierarchy
SystemObject
  CMS.WebDAVWebDAVSettings

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static class WebDAVSettings

The WebDAVSettings type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberALIASPATH_ROOT
Replacement for root node alias path.
Public fieldStatic memberHEIGHT
Image resize height.
Public fieldStatic memberMAX_SIDE_SIZE
Image resize maximum side size.
Public fieldStatic memberWIDTH
Image resize width.
Top
Properties
  NameDescription
Public propertyStatic memberAttachmentsBasePath
Gets base attachments path.
Public propertyStatic memberAttachmentsFolder
Name of the attachments folder, for example: 'attachments'.
Public propertyStatic memberBasePath
Gets or sets base path, for example: '/cms/files/'.
Public propertyStatic memberContentFilesBasePath
Gets base content files path.
Public propertyStatic memberContentFilesFolder
Name of the content files folder, for example: 'content'.
Public propertyStatic memberGroupsBasePath
Gets base groups path.
Public propertyStatic memberGroupsFolder
Name of the community groups folder, for example: 'groups'.
Public propertyStatic memberMediaFilesBasePath
Gets base media files path.
Public propertyStatic memberMediaFilesFolder
Name of the media files folder, for example: 'media'.
Public propertyStatic memberMetaFilesBasePath
Gets base meta files path.
Public propertyStatic memberMetaFilesFolder
Name of the meta files folder, for example: 'metafiles'.
Public propertyStatic memberPagesFolder
Name of the content files under community group folder, for example: 'pages'.
Public propertyStatic memberRootFolder
Name of root folder (from BasePath), for example 'files'.
Public propertyStatic memberUnsortedFolder
Name of the unsorted attachments folder, for example: '[unsorted]'.
Top
Methods
  NameDescription
Public methodStatic memberGetAllowedExtensions
Gets allowed file extensions supported by WebDAV for given site.
Public methodStatic memberIsExtensionAllowedForEditMode
Checks if file extension is allowed for edit mode.
Top
See Also