Click or drag to resize
WebDAVHelperIsWebDAVEnabled Method
Indicates if the WebDAV support is enabled for given site.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public static bool IsWebDAVEnabled(
	string siteName = null
)

Parameters

siteName (Optional)
Type: SystemString
Site name

Return Value

Type: Boolean
See Also