Click or drag to resize
WebDAVHelperIsWebDAVExtensionEnabled Method
Returns true if the WebDAV is enabled for the given extension

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

Parameters

extension
Type: SystemString
Extension to check
siteName (Optional)
Type: SystemString
Site name to check, if null, current site is used

Return Value

Type: Boolean
See Also