Click or drag to resize
WebDAVSettingsGetAllowedExtensions Method
Gets allowed file extensions supported by WebDAV for given site.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 10.0.0
Syntax
C#
public static string GetAllowedExtensions(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: String
See Also