| WebDAVHelperIsWebDAVExtensionEnabled Method  | 
            Returns true if the WebDAV is enabled for the given extension
            
 
Namespace: CMS.WebDAVAssembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 8.2.23
Syntaxpublic 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